diff -r 29c8f9bc68e1 -r 5960d2d03390 vpnengine/ikev1lib/inc/ikev1plugin.h --- 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 -#include #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; - };