mmsharing/mmshui/src/musuireceivecontroller.cpp
branchRCL_3
changeset 11 ff8a573c0e2e
parent 0 f0cf47e981f9
child 13 a184f3d659e6
--- a/mmsharing/mmshui/src/musuireceivecontroller.cpp	Fri Mar 12 15:42:21 2010 +0200
+++ b/mmsharing/mmshui/src/musuireceivecontroller.cpp	Mon Mar 15 12:40:08 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  Application's UI class.
-*  Version     : %version:  75.1.10 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version:  75.1.11 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -118,6 +118,7 @@
     // construct an engine session
     iSession = CMusEngReceiveSession::NewL( aRect, *this, *this );
     iSession->SetAudioRoutingObserver( this );
+    iSession->SetVolumeChangeObserver( this );
         
     iTimer = CMusUiActiveTimer::NewL( this );
     iTimer->After( KMusReceiveTimeout );