vpnengine/ikev1lib/inc/ikev1crack.h
branchRCL_3
changeset 46 29c8f9bc68e1
parent 41 e06095241a65
child 49 5960d2d03390
--- a/vpnengine/ikev1lib/inc/ikev1crack.h	Tue Sep 14 23:16:15 2010 +0300
+++ b/vpnengine/ikev1lib/inc/ikev1crack.h	Wed Sep 15 13:20:54 2010 +0300
@@ -50,6 +50,7 @@
  *---------------------------------------------------------------------------*/
 #define DIALOG_INFO_ID        0xfedcba98
 #define XAUTH_DIALOG_ID       0x76543210
+#define ERROR_DIALOG_ID       0x87654321
 
 class CIkev1Negotiation;
 class TNotificationISAKMP;
@@ -78,7 +79,7 @@
     CIkev1PluginSession* iPluginSession;  // Plugin session pointer  
     TUint32              iSAId;       // SA id of CIkev1Negotiation
     TUint32              iMsgId;      // Transaction exchange message ID
-    
+
 public: 
     /**
      * Username from UI dialog or cache.
@@ -91,6 +92,13 @@
      * Own.
      */    
     HBufC8* iSecret;
+    
+    /**
+     * Negotiation pointer
+     * Not own.
+     */    
+    CIkev1Negotiation*   iNegotiation;
+
     };