mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h
branchRCL_3
changeset 46 0ac9a5310753
parent 45 095bea5f582e
--- a/mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h	Tue Aug 31 15:43:02 2010 +0300
+++ b/mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h	Wed Sep 01 12:23:00 2010 +0100
@@ -185,14 +185,14 @@
 private:
 
     void ConstructL();
-    CBody( RRadioSession& aRadioSession, MRadioPlayerObserver& aObserver );
+    CBody();
 
 private: // data
 
     // The radio server session
-    RRadioSession& iRadioSession;
+    RRadioSession* iRadioSession; // not own
     // Player utility observer
-    MRadioPlayerObserver& iRadioPlayerUtilityClient;
+    MRadioPlayerObserver* iRadioPlayerUtilityClient; // not own
     };
 
 #endif  // C_RADIOPLAYERUTILITY_H