smf/smfservermodule/smfserver/smfplugins/smfpluginbase.h
changeset 18 013a02bf2bb0
parent 14 a469c0e6e7fb
child 25 a180113055cb
equal deleted inserted replaced
17:106a4bfcb866 18:013a02bf2bb0
    38 	virtual ~SmfPluginBase( ) {}
    38 	virtual ~SmfPluginBase( ) {}
    39 	
    39 	
    40 	/**
    40 	/**
    41 	 * The first method to be called in the plugin that implements this interface.
    41 	 * The first method to be called in the plugin that implements this interface.
    42 	 * If this method is not called, plugin may not behave as expected.
    42 	 * If this method is not called, plugin may not behave as expected.
    43 	 * Plugins are expected to save the aUtil handle and use as and when required.
       
    44 	 * @param aUtil The instance of SmfPluginUtil
       
    45 	 */
    43 	 */
    46 	virtual void initialize( SmfPluginUtil *aUtil ) = 0;
    44 	virtual void initialize( ) = 0;
    47 
    45 
    48 	/**
    46 	/**
    49 	 * Method to get the provider information
    47 	 * Method to get the provider information
    50 	 * @return Instance of SmfProviderBase
    48 	 * @return Instance of SmfProviderBase
    51 	 */
    49 	 */