notepad/notepad1/inc/NpdDialogBase.inl
branchRCL_3
changeset 36 9c5b1510919f
parent 27 55d60436f00b
child 67 1539a383d7b6
equal deleted inserted replaced
30:d68a4b5d5885 36:9c5b1510919f
    74 inline TBool CNotepadDialogBase::IsNoteListDialog() const
    74 inline TBool CNotepadDialogBase::IsNoteListDialog() const
    75     {
    75     {
    76     return iResId == R_NOTEPAD_LIST_DIALOG_ORG;
    76     return iResId == R_NOTEPAD_LIST_DIALOG_ORG;
    77     }
    77     }
    78 
    78 
       
    79 // -----------------------------------------------------------------------------
       
    80 // CNotepadDialogBase::IsTemplateListDialog
       
    81 // -----------------------------------------------------------------------------
       
    82 //
       
    83 inline TBool CNotepadDialogBase::IsTemplateListDialog() const
       
    84     {
       
    85     return iResId == R_NOTEPAD_TEMPLATE_LIST_DIALOG_ORG;
       
    86     }
    79 // End of file
    87 // End of file