controlpanel/src/cpframework/src/cppluginlauncher.cpp
changeset 56 d9e9413f30c9
parent 26 5fd52a2e21b0
--- a/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Wed Aug 18 10:03:24 2010 +0300
+++ b/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Thu Sep 02 20:42:34 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:  
+* Description:  Launch controlpanel plugin setting view in client process.
 *
 */
 
@@ -23,19 +23,11 @@
 #include <cpbasesettingview.h>
 #include <cpitemdatahelper.h>
 #include "cpviewlauncher.h"
-/*!
 
-*/
 /*!
     \class CpPluginLauncher
     \brief The CpPluginLauncher class loads a controlpanel plugin at run-time.And display the specify plugin view in client process.
-		\deprecated CpPluginLauncher::launchCpPluginView(const QString &pluginFile,int index )
-    is deprecated. Use pPluginLauncher::launchSettingView instead.
 */
-bool CpPluginLauncher::launchCpPluginView(const QString &pluginFile,int index /*= 0*/)
-{
-    return false;
-}
 
 /*!
     Load and display a plugin view in client process. The client must be a orbit based application.