controlpanel/controlpanel_plat/inc/cppluginutility.h
changeset 52 58cebe0861a8
parent 32 20bd089f4aaa
--- a/controlpanel/controlpanel_plat/inc/cppluginutility.h	Fri Jun 25 17:09:30 2010 +0800
+++ b/controlpanel/controlpanel_plat/inc/cppluginutility.h	Tue Aug 24 10:30:25 2010 +0800
@@ -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);
 };