controlpanel/controlpanel_plat/inc/cppluginutility.h
changeset 56 d9e9413f30c9
parent 18 e3554c9069b6
--- a/controlpanel/controlpanel_plat/inc/cppluginutility.h	Wed Aug 18 10:03:24 2010 +0300
+++ b/controlpanel/controlpanel_plat/inc/cppluginutility.h	Thu Sep 02 20:42:34 2010 +0300
@@ -11,22 +11,19 @@
 *
 * Contributors:
 *
-* Description:  
+* Description:  Utility class for controlpanel plugins.
 *
 */
 
-#ifndef CP_PLUGINUTILITY_H
-#define CP_PLUGINUTILITY_H
+#ifndef CPPLUGINUTILITY_H
+#define CPPLUGINUTILITY_H
 
 #include <cpglobal.h>
+
 class HbDataForm;
 
 class CP_EXPORT CpPluginUtility
 {
-/*!
-     This function can add the proto type of setting items (like entry item) 
-     which is supplied by control panel into your dataform's instance
- */
 public:
     static void addCpItemPrototype(HbDataForm *settingForm);
 };