mmserv/radioutility/radio_utility/src/RadioFmTunerUtilityBody.h
branchRCL_3
changeset 46 0ac9a5310753
parent 45 095bea5f582e
equal deleted inserted replaced
45:095bea5f582e 46:0ac9a5310753
   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( RRadioSession& aRadioSession, MRadioFmTunerObserver& aObserver );
   236     CBody();
   237 
   237 
   238 private: // data
   238 private: // data
   239 
   239 
   240     // The radio server session
   240     // The radio server session
   241     RRadioSession& iRadioSession;
   241     RRadioSession* iRadioSession; // not own
   242     // Tuner utility observer
   242     // Tuner utility observer
   243     MRadioFmTunerObserver& iRadioFmTunerUtilityClient;
   243     MRadioFmTunerObserver* iRadioFmTunerUtilityClient; // not own
   244     };
   244     };
   245 
   245 
   246 #endif  // C_RADIOFMTUNERUTILITY_H
   246 #endif  // C_RADIOFMTUNERUTILITY_H
   247 
   247 
   248 // End of File
   248 // End of File