mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
child 46 0ac9a5310753
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
   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