controlpanel/controlpanel_plat/inc/cppluginlauncher.h
changeset 56 d9e9413f30c9
parent 23 7e4c5a2ff1a2
--- a/controlpanel/controlpanel_plat/inc/cppluginlauncher.h	Wed Aug 18 10:03:24 2010 +0300
+++ b/controlpanel/controlpanel_plat/inc/cppluginlauncher.h	Thu Sep 02 20:42:34 2010 +0300
@@ -11,10 +11,7 @@
 *
 * Contributors:
 *
-* Description:  This class is for loading and display a plugin's view.
-*								This class may dropped, suggest not using it. If you 
-*								want to use it, pls inform us, or check the wiki 
-*								http://s60wiki.nokia.com/S60Wiki/Team_S60_China_SW/Qt_Control_Panel/FAQ
+* Description: Launch controlpanel plugin setting view in client process.
 *
 */
 
@@ -29,11 +26,7 @@
 
 class CP_EXPORT CpPluginLauncher
 {
-public:
-	/*  OLD Interface - Deprecated! */
-    static bool launchCpPluginView(const QString &pluginFile,int index = 0);
-    
-    /*  */
+public:    
 	static CpBaseSettingView* launchSettingView(const QString &pluginFile,const QVariant &hint = QVariant());
 };