diff -r 6465d5bb863a -r 58cebe0861a8 controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h --- 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,