Exemplo n.º 1
0
void Message::onRemove()
{   
   onRemove_callback();
   //Con::executef(this, "onRemove");
   unlinkNamespaces();
   
   Parent::onRemove();
}
Exemplo n.º 2
0
void ScriptMsgListener::onRemove()
{
   onRemove_callback();
   //Con::executef(this, "onRemove");
   unlinkNamespaces();
   
   Parent::onRemove();
}