notepad/notepad1/inc/NpdDialogBase.inl
branchRCL_3
changeset 27 55d60436f00b
parent 0 f979ecb2b13e
child 36 9c5b1510919f
equal deleted inserted replaced
21:9711e452b5e9 27:55d60436f00b
    65 inline TBool CNotepadDialogBase::IsExitDelayedBySendUi() const
    65 inline TBool CNotepadDialogBase::IsExitDelayedBySendUi() const
    66     {
    66     {
    67     return iBaseFlags & ENotepadSendUiDelayedExit;
    67     return iBaseFlags & ENotepadSendUiDelayedExit;
    68     }
    68     }
    69 
    69 
       
    70 // -----------------------------------------------------------------------------
       
    71 // CNotepadDialogBase::IsNoteListDialog
       
    72 // -----------------------------------------------------------------------------
       
    73 //
       
    74 inline TBool CNotepadDialogBase::IsNoteListDialog() const
       
    75     {
       
    76     return iResId == R_NOTEPAD_LIST_DIALOG_ORG;
       
    77     }
       
    78 
    70 // End of file
    79 // End of file