controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h
changeset 52 58cebe0861a8
parent 36 48848d132687
--- a/controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h	Fri Jun 25 17:09:30 2010 +0800
+++ b/controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h	Tue Aug 24 10:30:25 2010 +0800
@@ -15,8 +15,8 @@
 *
 */
 
-#ifndef CP_SETTINGFORM_ENTRY_ITEM_DATA_IMPL_H
-#define CP_SETTINGFORM_ENTRY_ITEM_DATA_IMPL_H
+#ifndef CPSETTINGFORMENTRYITEMDATAIMPL_H
+#define CPSETTINGFORMENTRYITEMDATAIMPL_H
 
 #include "cpsettingformentryitemdata.h"
 
@@ -55,6 +55,9 @@
 
 	{ }
 	
+	/*!
+	    Construct a new CpSettingFormEntryItemData with the given type, text, description, icon name, and parent.
+	*/
     explicit CpSettingFormEntryItemDataImpl(
             EntryItemType type,
             CpItemDataHelper &itemDataHelper,
@@ -65,6 +68,9 @@
             CpSettingFormEntryItemData(type,itemDataHelper,text,description,icon,parent)
     { }
     
+    /*!
+        Construct a new CpSettingFormEntryItemData with the given type, text, description, icon name, and parent.
+    */
     explicit CpSettingFormEntryItemDataImpl(
             EntryItemType type,
             HbDataForm *dataForm,