tsrc/telephonyaudioroutingstub/inc/telephonyaudiorouting.h
branchRCL_3
changeset 14 0da2e08216b6
parent 11 4c163c82e7ad
child 22 73a1feb507fb
equal deleted inserted replaced
12:71306c87785a 14:0da2e08216b6
   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