mmsharing/mmshui/src/musuireceivecontroller.cpp
branchRCL_3
changeset 11 ff8a573c0e2e
parent 0 f0cf47e981f9
child 13 a184f3d659e6
equal deleted inserted replaced
10:04980be5c5fe 11:ff8a573c0e2e
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Application's UI class.
    14 * Description:  Application's UI class.
    15 *  Version     : %version:  75.1.10 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version:  75.1.11 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
    20 
   116     CMusUiEventController::ConstructL();
   116     CMusUiEventController::ConstructL();
   117 
   117 
   118     // construct an engine session
   118     // construct an engine session
   119     iSession = CMusEngReceiveSession::NewL( aRect, *this, *this );
   119     iSession = CMusEngReceiveSession::NewL( aRect, *this, *this );
   120     iSession->SetAudioRoutingObserver( this );
   120     iSession->SetAudioRoutingObserver( this );
       
   121     iSession->SetVolumeChangeObserver( this );
   121         
   122         
   122     iTimer = CMusUiActiveTimer::NewL( this );
   123     iTimer = CMusUiActiveTimer::NewL( this );
   123     iTimer->After( KMusReceiveTimeout );
   124     iTimer->After( KMusReceiveTimeout );
   124 
   125 
   125     MUS_LOG( "mus: [MUSUI ]  <- CMusUiReceiveController::ConstructL" );
   126     MUS_LOG( "mus: [MUSUI ]  <- CMusUiReceiveController::ConstructL" );