diff -r 940f6b67827d -r 5a264aaf7677 controlpanel/controlpanel_plat/inc/cppluginplatinterface.h --- a/controlpanel/controlpanel_plat/inc/cppluginplatinterface.h Fri May 14 13:29:47 2010 +0800 +++ b/controlpanel/controlpanel_plat/inc/cppluginplatinterface.h Tue May 25 04:13:06 2010 +0800 @@ -21,6 +21,7 @@ #include /*! + \deprecated class CpPluginPlatInterface \class CpPluginPlatInterface \brief The class is Deprecated! please use CpPluginInterface instead. */ @@ -39,6 +40,7 @@ } /*! + \deprecated CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) Create a data form mode item, by which the control panel framework can build a data form model. */ virtual CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const = 0;