diff -r 6295dc2169f3 -r 8486d82aef45 connectivitylayer/isce/isicommunicationmanager_dll/inc/isicommunicationmanager.h --- a/connectivitylayer/isce/isicommunicationmanager_dll/inc/isicommunicationmanager.h Wed Apr 21 14:29:55 2010 +0300 +++ b/connectivitylayer/isce/isicommunicationmanager_dll/inc/isicommunicationmanager.h Tue Oct 19 13:16:20 2010 +0300 @@ -49,26 +49,39 @@ private: + void HandleBootMessage( const TDesC8& aMessageDuringBoot ); + + void HandleCommunicationManagerCommonMessage( const TDesC8& aMessageToCommunicationManager ); + + void HandleApeCommunicationManagerMessage( const TDesC8& aMessageToCommunicationManager ); + + void HandlePnCommgrMessage( const TDesC8& aMessageToCommunicationManager ); + + void HandleMessageMulticast( const TDesC8& aMessageToMulticast ); + void SendNameAddReqs(); - - void SendPnsSubscribeResp( const TDesC8& aMessage ); - + + void SendApeCommgrSubscribeResp( const TDesC8& aMessage ); + void SendCommServiceNotIdentifiedResp( const TDesC8& aMessage ); - + void SendCommIsiVersionGetResp( const TDesC8& aMessage ); - - private: + + void SetIsiHeaderForCommonMessage( TDes8& aCommonResponse, + const TDesC8& aCommonRequest ); static void InitDfc( TAny* aPtr ); + + private: // Owned static DMutex* iCommunicationManagerMutex; TDfc* iInitDfc; DISIIndicationHandler* iISIIndicationHandler; - TUint8 iObjId; + TUint8 iObjectIdentifier; + TUint8 iBootMsgCount; // Not owned MISIObjectRouterIf* iRouter; - TUint8 iBootMsgCount; };