Made MessageHandler::cleanup() protected.

git-svn-id: http://voip.null.ro/svn/yate@2681 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-06-03 16:07:12 +00:00
parent 4a878425fc
commit e52db5009f
1 changed files with 7 additions and 1 deletions

View File

@ -437,9 +437,15 @@ public:
*/
void clearFilter();
protected:
/**
* Remove the handler from its dispatcher, remove any installed filter.
* This method is called internally from destruct and the destructor
*/
void cleanup();
private:
virtual bool receivedInternal(Message& msg);
void cleanup();
void safeNow();
unsigned m_priority;
int m_unsafe;