diff -r 942573423a60 -r fa67e03b87df connectivitylayer/isce/isaaccessextension_dll/inc/router.h --- 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;