Silenced compiler warnings regarding the non-virtual destructor of SOCKSEngine.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2514 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-03-05 13:12:09 +00:00
parent d46d577cbd
commit 7feb8f700a
1 changed files with 6 additions and 0 deletions

View File

@ -875,6 +875,12 @@ public:
*/
SOCKSEngine(NamedList& params);
/**
* Destructor
*/
virtual ~SOCKSEngine()
{ }
/**
* Check if the engine is exiting
* @return True if the engine is exiting