diff -r 80975da52420 -r 43d09473c595 mmserv/radioutility/radio_utility/src/RadioPlayerUtilityBody.h --- 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