controlpanel/controlpanel_plat/inc/cppluginloader.h
changeset 37 940f6b67827d
parent 36 48848d132687
child 26 5fd52a2e21b0
equal deleted inserted replaced
36:48848d132687 37:940f6b67827d
    26 class CpLauncherInterface;
    26 class CpLauncherInterface;
    27 class CpPluginPlatInterface;
    27 class CpPluginPlatInterface;
    28 
    28 
    29 class CP_EXPORT CpPluginLoader
    29 class CP_EXPORT CpPluginLoader
    30 {
    30 {
    31 public:
    31 public:    
    32     /* OLD INTERFACES* DPRECATED!!! */
    32     /* OLD INTERFACES* DPRECATED!!! */
    33     static CpPluginInterface     *loadCpPlugin(const QString &pluginFile);
    33     static CpPluginInterface     *loadCpPlugin(const QString &pluginFile)
       
    34     {
       
    35         return 0;
       
    36     }
    34     /* OLD INTERFACES* DPRECATED!!! */
    37     /* OLD INTERFACES* DPRECATED!!! */
    35     static CpPluginPlatInterface *loadPlatCpPlugin(const QString &pluginFile);
    38     static CpPluginPlatInterface *loadPlatCpPlugin(const QString &pluginFile)
       
    39     {
       
    40         return 0;
       
    41     }
    36     
    42     
    37     /*NEW INTERFACES*/
    43     /*NEW INTERFACES*/
    38     static CpPluginInterface     *loadCpPluginInterface(const QString &pluginFile);
    44     static CpPluginInterface     *loadCpPluginInterface(const QString &pluginFile);
    39     static CpLauncherInterface   *loadCpLauncherInterface(const QString &pluginFile);
    45     static CpLauncherInterface   *loadCpLauncherInterface(const QString &pluginFile);
    40 };
    46 };