vpnengine/ikev1lib/inc/ikev1plugin.h
branchRCL_3
changeset 49 5960d2d03390
parent 46 29c8f9bc68e1
--- a/vpnengine/ikev1lib/inc/ikev1plugin.h	Wed Sep 15 13:20:54 2010 +0300
+++ b/vpnengine/ikev1lib/inc/ikev1plugin.h	Wed Oct 13 15:42:16 2010 +0300
@@ -19,7 +19,6 @@
 #define C_IKEV1PLUGIN_H
 
 #include <e32base.h>
-#include <softtokenpluginif.h>
 
 #include "ikepluginif.h"
 #include "pfkeysocketif.h"
@@ -91,11 +90,7 @@
      * Returns event logger interface.
      */
     MKmdEventLoggerIf& EventLogger();
-
-    /** 
-      * Returns SoftToken interface.
-      */
-    CSoftTokenPluginIf* SoftToken();
+    
 	
 // Methods to build and send PFKEY API primitives to IPsec
     
@@ -175,13 +170,6 @@
      * Not own.
      */
 	MIkeDebug&                      iDebug;
-
-    /**
-     * SoftToken plugin.
-     * Own.
-     */
-    CSoftTokenPluginIf* iSoftToken;
-
     };