Example #1
0
void  BASE_RemoveAllHandlers(int event)
{
  RemoveAllHandlers(rwibase_handlers, event);
}
 // 删除该对象在消息总线上注册的所有函数
 virtual ~MsgHandler()
 {
     RemoveAllHandlers();
 }