vpnengine/ikev1lib/inc/ikev1pluginsession.h
branchRCL_3
changeset 49 5960d2d03390
parent 46 29c8f9bc68e1
--- a/vpnengine/ikev1lib/inc/ikev1pluginsession.h	Wed Sep 15 13:20:54 2010 +0300
+++ b/vpnengine/ikev1lib/inc/ikev1pluginsession.h	Wed Oct 13 15:42:16 2010 +0300
@@ -20,7 +20,6 @@
 #define C_IKEV1PLUGINSESSION_H
 
 #include <in_sock.h>
-#include <softtokenpluginif.h>
 
 #include "vpnmandefs.h"
 #include "ikemsgheader.h"
@@ -274,13 +273,6 @@
      * @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.
@@ -349,13 +341,7 @@
      * @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.