controlpanel/src/cpframework/src/cppluginlauncher.cpp
changeset 52 58cebe0861a8
parent 38 5a264aaf7677
--- a/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Fri Jun 25 17:09:30 2010 +0800
+++ b/controlpanel/src/cpframework/src/cppluginlauncher.cpp	Tue Aug 24 10:30:25 2010 +0800
@@ -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.