mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
child 46 0ac9a5310753
--- a/mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h	Mon May 03 12:59:52 2010 +0300
+++ b/mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h	Fri May 14 16:22:35 2010 +0300
@@ -185,14 +185,14 @@
 private:
 
     void ConstructL();
-    CBody();
+    CBody( RRadioSession& aRadioSession, MRadioPlayerObserver& aObserver );
 
 private: // data
 
     // The radio server session
-    RRadioSession* iRadioSession; // not own
+    RRadioSession& iRadioSession;
     // Player utility observer
-    MRadioPlayerObserver* iRadioPlayerUtilityClient; // not own
+    MRadioPlayerObserver& iRadioPlayerUtilityClient;
     };
 
 #endif  // C_RADIOPLAYERUTILITY_H