equal
deleted
inserted
replaced
192 public: // stub data |
192 public: // stub data |
193 |
193 |
194 MTelephonyAudioRoutingObserver& iObserver; |
194 MTelephonyAudioRoutingObserver& iObserver; |
195 |
195 |
196 RArray<TAudioOutput> iAvailableOutputs; |
196 RArray<TAudioOutput> iAvailableOutputs; |
197 TAudioOutput iCurrentOutput; |
197 static TAudioOutput iCurrentOutput; |
198 TAudioOutput iPreviousOutput; |
198 static TAudioOutput iPreviousOutput; |
199 |
199 |
200 TBool iShowNoteMode; |
200 TBool iShowNoteMode; |
201 |
201 |
202 // If this variable is set to other value than KErrNone, next operation |
202 // If this variable is set to other value than KErrNone, next operation |
203 // with no-fail quarantee fails either by leaving or by using return |
203 // with no-fail quarantee fails either by leaving or by using return |