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