smf/smfservermodule/smfserver/smfplugins/smfpluginbase.h
changeset 18 013a02bf2bb0
parent 14 a469c0e6e7fb
child 25 a180113055cb
--- a/smf/smfservermodule/smfserver/smfplugins/smfpluginbase.h	Thu Aug 05 16:46:37 2010 +0530
+++ b/smf/smfservermodule/smfserver/smfplugins/smfpluginbase.h	Thu Aug 05 16:48:48 2010 +0530
@@ -40,10 +40,8 @@
 	/**
 	 * The first method to be called in the plugin that implements this interface.
 	 * If this method is not called, plugin may not behave as expected.
-	 * Plugins are expected to save the aUtil handle and use as and when required.
-	 * @param aUtil The instance of SmfPluginUtil
 	 */
-	virtual void initialize( SmfPluginUtil *aUtil ) = 0;
+	virtual void initialize( ) = 0;
 
 	/**
 	 * Method to get the provider information