equal
deleted
inserted
replaced
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 // --------------------------------------------------------- |