phoneapp/phoneuiview/src/cphonenote.cpp
branchRCL_3
changeset 14 b8d67d6176f5
parent 5 2a26698d78ba
equal deleted inserted replaced
12:b68fcd923911 14:b8d67d6176f5
    86 TBool CPhoneNote::OkToExitL( TInt aCommand )
    86 TBool CPhoneNote::OkToExitL( TInt aCommand )
    87     {
    87     {
    88     // Let the command observer process the command
    88     // Let the command observer process the command
    89     iCommandObserver.ProcessCommandL( aCommand );
    89     iCommandObserver.ProcessCommandL( aCommand );
    90 
    90 
    91     return EFalse; // so that the dialog will not disappear
    91     // So that the dialog will not disappear, or must disappear
       
    92     // EPhoneInCallCmdDtmfManualQuery since it can be already deleted.
       
    93     return ( aCommand == EPhoneInCallCmdDtmfManualQuery ); 
    92     }
    94     }
    93     
    95     
    94 // ---------------------------------------------------------
    96 // ---------------------------------------------------------
    95 // CPhoneNote::SetNoteType
    97 // CPhoneNote::SetNoteType
    96 // ---------------------------------------------------------
    98 // ---------------------------------------------------------