SOCKSListener is no longer a Runnable descendant.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2727 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2009-06-19 12:37:19 +00:00
parent c23251c4d0
commit 6df4323a48
1 changed files with 2 additions and 2 deletions

View File

@ -749,7 +749,7 @@ private:
* Socket listener. Notify the engine when an incoming connection is created
* @short A socket listener
*/
class SOCKSListener : virtual public Runnable
class SOCKSListener
{
friend class SOCKSEngine; // Reset the engine when stopped
public:
@ -776,7 +776,7 @@ public:
/**
* Destructor
*/
~SOCKSListener();
virtual ~SOCKSListener();
/**
* Get the endpoint definition used by this listener