idlehomescreen/widgetmanager/inc/wmwidgetdata.inl
branchRCL_3
changeset 18 d05a55b217df
parent 17 b8fae6b8a148
equal deleted inserted replaced
17:b8fae6b8a148 18:d05a55b217df
    24         { return *iHsContentInfo; }
    24         { return *iHsContentInfo; }
    25 
    25 
    26     /** the HsContent info */
    26     /** the HsContent info */
    27     inline const CHsContentInfo& CWmWidgetData::HsContentInfo() const
    27     inline const CHsContentInfo& CWmWidgetData::HsContentInfo() const
    28         { return *iHsContentInfo; }
    28         { return *iHsContentInfo; }
    29 
       
    30     /** widget name */
       
    31     inline const TDesC& CWmWidgetData::Name() const
       
    32         { return iHsContentInfo->Name(); }
       
    33 
    29 
    34     /** widget uid */
    30     /** widget uid */
    35     inline TUid CWmWidgetData::Uid() const
    31     inline TUid CWmWidgetData::Uid() const
    36         { return UidFromString( iHsContentInfo->Uid() ); };
    32         { return UidFromString( iHsContentInfo->Uid() ); };
    37     
    33