vpnengine/ikev1lib/inc/ikev1pluginsession.h
branchRCL_3
changeset 46 29c8f9bc68e1
parent 0 33413c0669b9
child 49 5960d2d03390
--- a/vpnengine/ikev1lib/inc/ikev1pluginsession.h	Tue Sep 14 23:16:15 2010 +0300
+++ b/vpnengine/ikev1lib/inc/ikev1pluginsession.h	Wed Sep 15 13:20:54 2010 +0300
@@ -20,6 +20,7 @@
 #define C_IKEV1PLUGINSESSION_H
 
 #include <in_sock.h>
+#include <softtokenpluginif.h>
 
 #include "vpnmandefs.h"
 #include "ikemsgheader.h"
@@ -273,6 +274,13 @@
      * @return Error value
      */
     TInt AuthDialogCompletedL( CAuthDialogInfo* aUserInfo );  
+
+    /**
+     * Handles completion of error dialog processing.
+     * @param aUserInfo User info
+     * @return Error value
+     */
+    TInt ErrDialogCompletedL( CAuthDialogInfo* aUserInfo );  
     
     /**
      * Handles change of internal address.
@@ -341,7 +349,13 @@
      * @return Eveng logger interface
      */
     MKmdEventLoggerIf& EventLogger();
-    
+
+    /**
+     * Returns SoftToken interface.
+     * @return SoftToken interface
+     */
+    CSoftTokenPluginIf* SoftToken();
+
     /**
      * Returns internal address (NULL if does not exist).
      * @return Internal address. Ownership transferred.