connectivitylayer/isce/isaaccessextension_dll/inc/router.h
changeset 7 fa67e03b87df
parent 5 8ccc39f9d787
child 9 8486d82aef45
--- a/connectivitylayer/isce/isaaccessextension_dll/inc/router.h	Fri Jan 22 10:04:04 2010 +0200
+++ b/connectivitylayer/isce/isaaccessextension_dll/inc/router.h	Wed Feb 17 13:58:55 2010 +0200
@@ -34,7 +34,6 @@
 #endif
 //ISCE class MIAD2ISTApi;
 class DRouter;
-class DIndicationHandler;
 class MIAD2ChannelApi;
 class DQueue;
 
@@ -168,7 +167,14 @@
         static DRouter* iThisPtr;
         MISIRouterObjectIf* iNameService;
         MISIRouterObjectIf* iCommunicationManager;
+        /*
+        * See comments from MISIChannelRouterIf
+        */
+        TDfcQue* GetDfcThread( const TISIDfcQThreadType aType );
 
+        void FreeDfcThread( TDfcQue* aThread );
+
+   
     private:
         static void CommonRxDfc( TAny* aPtr );
 
@@ -220,7 +226,6 @@
 #ifdef NCP_COMMON_BRIDGE_FAMILY_PIPE_SUPPORT
         DPipeHandler*                                   iPipeHandler;
 #endif
-        DIndicationHandler*                             iIndicationHandler;
         DQueue*                                         iCommonRxQueue;
         TIADChannel                                     iChannelTable[ EIADSizeOfChannels ];
         //static TDfc*                                    iConnStatusBcDfc;