mmserv/radioutility/radio_utility/src/RadioRdsUtilityBody.h
branchRCL_3
changeset 46 0ac9a5310753
parent 45 095bea5f582e
equal deleted inserted replaced
45:095bea5f582e 46:0ac9a5310753
   413      TInt GetTrafficProgrammeStatus( TBool& aTpStatus );
   413      TInt GetTrafficProgrammeStatus( TBool& aTpStatus );
   414 
   414 
   415 private:
   415 private:
   416 
   416 
   417     void ConstructL();
   417     void ConstructL();
   418     CBody( RRadioSession& aRadioSession, MRadioRdsObserver& aObserver );
   418     CBody();
   419 
   419 
   420 private: // data
   420 private: // data
   421 
   421 
   422     // The radio server session
   422     // The radio server session
   423     RRadioSession& iRadioSession;
   423     RRadioSession* iRadioSession; // not own
   424     // RDS Utility Observer
   424     // RDS Utility Observer
   425     MRadioRdsObserver& iRadioRdsUtilityClient;
   425     MRadioRdsObserver* iRadioRdsUtilityClient; // not own
   426     // RDS notification reqs
   426     // RDS notification reqs
   427     TRsRdsData iRdsDataReq;
   427     TRsRdsData iRdsDataReq;
   428     };
   428     };
   429 
   429 
   430 #endif    // C_RADIORDSUTILITY_H
   430 #endif    // C_RADIORDSUTILITY_H