Author: rco
Date: 2008-06-01 09:45:53 +0200 (Sun, 01 Jun 2008)
New Revision: 997
Modified:
trunk/core/AmSipDispatcher.h
trunk/core/plug-in/unixsockctrl/UnixCtrlInterface.h
Log:
- removed unused AmInterfaceHandler base class.
Modified: trunk/core/AmSipDispatcher.h
===================================================================
--- trunk/core/AmSipDispatcher.h 2008-05-30 05:21:36 UTC (rev 996)
+++ trunk/core/AmSipDispatcher.h 2008-06-01 07:45:53 UTC (rev 997)
@@ -8,17 +8,8 @@
using std::vector;
-class AmInterfaceHandler
+class AmSipDispatcher
{
- public:
- virtual void handleSipMsg(AmSipRequest &) = 0;
- virtual void handleSipMsg(AmSipReply &) = 0;
-
- virtual ~AmInterfaceHandler(){};
-};
-
-class AmSipDispatcher : public AmInterfaceHandler
-{
private:
static AmSipDispatcher *_instance;
vector<AmSIPEventHandler*> reply_handlers;
Modified: trunk/core/plug-in/unixsockctrl/UnixCtrlInterface.h
===================================================================
--- trunk/core/plug-in/unixsockctrl/UnixCtrlInterface.h 2008-05-30 05:21:36 UTC
(rev 996)
+++ trunk/core/plug-in/unixsockctrl/UnixCtrlInterface.h 2008-06-01 07:45:53 UTC
(rev 997)
@@ -53,7 +53,7 @@
// this adapter is only used for sending replies
UnixSocketAdapter sndAdapt;
// handler of requests (SIP request | reply) received from SER
- AmInterfaceHandler *sipDispatcher;
+ AmSipDispatcher *sipDispatcher;
protected:
// AmCtrlInterface:AmThread
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev