ipcm_plat/bearer_settings_plugin_api/inc/cmpluginbase.h
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
child 58 83ca720e2b9a
--- a/ipcm_plat/bearer_settings_plugin_api/inc/cmpluginbase.h	Fri Apr 16 15:21:37 2010 +0300
+++ b/ipcm_plat/bearer_settings_plugin_api/inc/cmpluginbase.h	Mon May 03 12:53:07 2010 +0300
@@ -241,30 +241,7 @@
 
         IMPORT_C CommsDat::CMDBSession& Session() const;
 
-        /**
-        * Launches the settings dialog of the plugin
-        *
-        * @since S60 3.2
-        * @return soft key selection
-        */
-        TInt RunSettingsL();
-
-        /**
-        * Called on a newly created connection method to initialize it properly
-        * with user interaction (e.g. APN setting for a packet data-, WEP-key
-        * setting for a WLAN connection method, etc.).
-        * Note: each plug-in should set its name (i.e. ECmName) in this
-        * function call.
-        *
-        * @since S60 3.2
-        * @param aManuallyConfigure let's the plugin know if a plugin should 
-        *                           be configured manually or automatically
-        * @return ETrue if initialization was successful and wasn't cancelled.
-        * EFalse, if initialization process was cancelled (i.e. user pressed
-        * Cancel button).
-        */
-        TBool InitializeWithUiL( TBool aManuallyConfigure );
-        
+       
         /**
         * Checks if the plug-in can handle the given AP.
         * @param aIapId IAPId of the AP to be checked