mmserv/radioutility/radio_utility/src/RadioFmTunerUtilityBody.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
child 46 0ac9a5310753
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
   231     TInt GetSquelch( TBool& aSquelch ) const;
   231     TInt GetSquelch( TBool& aSquelch ) const;
   232 
   232 
   233 private:
   233 private:
   234 
   234 
   235     void ConstructL();
   235     void ConstructL();
   236     CBody();
   236     CBody( RRadioSession& aRadioSession, MRadioFmTunerObserver& aObserver );
   237 
   237 
   238 private: // data
   238 private: // data
   239 
   239 
   240     // The radio server session
   240     // The radio server session
   241     RRadioSession* iRadioSession; // not own
   241     RRadioSession& iRadioSession;
   242     // Tuner utility observer
   242     // Tuner utility observer
   243     MRadioFmTunerObserver* iRadioFmTunerUtilityClient; // not own
   243     MRadioFmTunerObserver& iRadioFmTunerUtilityClient;
   244     };
   244     };
   245 
   245 
   246 #endif  // C_RADIOFMTUNERUTILITY_H
   246 #endif  // C_RADIOFMTUNERUTILITY_H
   247 
   247 
   248 // End of File
   248 // End of File