controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h
changeset 56 d9e9413f30c9
parent 21 851e19007849
--- a/controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h	Wed Aug 18 10:03:24 2010 +0300
+++ b/controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h	Thu Sep 02 20:42:34 2010 +0300
@@ -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,