connectivitylayer/isce/isicommunicationmanager_dll/inc/isicommunicationmanager.h
changeset 9 8486d82aef45
parent 7 fa67e03b87df
--- 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;
         
     };