mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h
branchRCL_3
changeset 19 095bea5f582e
parent 6 e35735ece90c
child 20 0ac9a5310753
equal deleted inserted replaced
18:a36789189b53 19:095bea5f582e
   183 
   183 
   184 
   184 
   185 private:
   185 private:
   186 
   186 
   187     void ConstructL();
   187     void ConstructL();
   188     CBody();
   188     CBody( RRadioSession& aRadioSession, MRadioPlayerObserver& aObserver );
   189 
   189 
   190 private: // data
   190 private: // data
   191 
   191 
   192     // The radio server session
   192     // The radio server session
   193     RRadioSession* iRadioSession; // not own
   193     RRadioSession& iRadioSession;
   194     // Player utility observer
   194     // Player utility observer
   195     MRadioPlayerObserver* iRadioPlayerUtilityClient; // not own
   195     MRadioPlayerObserver& iRadioPlayerUtilityClient;
   196     };
   196     };
   197 
   197 
   198 #endif  // C_RADIOPLAYERUTILITY_H
   198 #endif  // C_RADIOPLAYERUTILITY_H
   199 
   199 
   200 // End of File
   200 // End of File