adaptationlayer/tsy/nokiatsy_dll/inc/cmmpacketcontextmesshandler.h
changeset 9 8486d82aef45
parent 8 6295dc2169f3
--- a/adaptationlayer/tsy/nokiatsy_dll/inc/cmmpacketcontextmesshandler.h	Wed Apr 21 14:29:55 2010 +0300
+++ b/adaptationlayer/tsy/nokiatsy_dll/inc/cmmpacketcontextmesshandler.h	Tue Oct 19 13:16:20 2010 +0300
@@ -475,10 +475,12 @@
         * This function starts the third phase of the context initialisation.
         * @param aStatus: GPDS Status
         * @param aContextId: Context Id
+        * @param aTrId: transaction id used in context initialisation sequence
         */
         void InitialiseContextPhase3(
-            const TUint8 aStatus,
-            const TUint8 aContextId );
+            TUint8 aStatus,
+            TUint8 aContextId,
+            TUint8 aTrId );
 
         /**
         * Set configuration data for context.
@@ -506,12 +508,11 @@
 
         /**
         * This function starts the second phase of the context activation.
-        * @param aPipeHandle: pipe handle
-        * @param aTransactionId: transaction id
+        * @param aDataPackage: data package from CommonTSY
+        * @return TInt: KErrNone or error code
         */
-        void ActivatePhase2(
-            const TUint8 aPipeHandle,
-            const TUint8 aTransactionId );
+        TInt ActivatePhase2(
+            const CMmDataPackage& aDataPackage );
 
         /**
         * Map the Packet API pdp type to the Gpds server pdp type.
@@ -841,6 +842,18 @@
         */
         TInt getProxyId(const TInfoName& contextName);
 
+        /**
+        * PnsNameAdd indication.
+        * @param aIsiMessage, reference to the received message.
+        */
+        void PnsNameAddInd( const TIsiReceiveC& aIsiMessage );
+
+        /**
+        * PnsNameRemove indication.
+        * @param aIsiMessage, reference to the received message.
+        */
+        void PnsNameRemoveInd( const TIsiReceiveC& aIsiMessage );
+
     public: // Data
         // None