controlpanel/src/cpframework/src/cppluginutility.cpp
changeset 52 58cebe0861a8
parent 36 48848d132687
--- a/controlpanel/src/cpframework/src/cppluginutility.cpp	Fri Jun 25 17:09:30 2010 +0800
+++ b/controlpanel/src/cpframework/src/cppluginutility.cpp	Tue Aug 24 10:30:25 2010 +0800
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:  
+* Description:  Utility class for controlpanel plugins.
 *
 */
 
@@ -20,11 +20,13 @@
 #include "cpdataformlistentryviewitem.h"
 
 #include <hbdataform.h>
+
 /*! \class CpPluginUtility
-	\brief  This class supply the utility function for the plugin, currently there is only one function.
+	\brief  This class supply the utility functions for controlpanel plugins.
  */
+
 /*!
-	This class will add the control panel's proto type of setting items( only entry item currently) to the settingForm.  
+	Add item prototypes which are supported by controlpanel framework to a setting form.  
  */
 void CpPluginUtility::addCpItemPrototype(HbDataForm *settingForm)
 {