controlpanel/controlpanel_plat/inc/cppluginloader.h
changeset 56 d9e9413f30c9
parent 26 5fd52a2e21b0
--- a/controlpanel/controlpanel_plat/inc/cppluginloader.h	Wed Aug 18 10:03:24 2010 +0300
+++ b/controlpanel/controlpanel_plat/inc/cppluginloader.h	Thu Sep 02 20:42:34 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:  
+* Description:  Utility class to load a CpPluginInterface or CpLauncherInterface from a controlpanel plugin file.
 *
 */
 
@@ -28,19 +28,7 @@
 
 class CP_EXPORT CpPluginLoader
 {
-public:    
-    /* OLD INTERFACES* DPRECATED!!! \deprecated static CpPluginInterface     *loadCpPlugin(const QString &pluginFile)*/
-    static CpPluginInterface     *loadCpPlugin(const QString &pluginFile)
-    {
-        return 0;
-    }
-    /* OLD INTERFACES* DPRECATED!!! \deprecated static CpPluginPlatInterface *loadPlatCpPlugin(const QString &pluginFile)*/
-    static CpPluginPlatInterface *loadPlatCpPlugin(const QString &pluginFile)
-    {
-        return 0;
-    }
-    
-    /*NEW INTERFACES*/
+public:        
     static CpPluginInterface     *loadCpPluginInterface(const QString &pluginFile);
     static CpLauncherInterface   *loadCpLauncherInterface(const QString &pluginFile);
 };