mmsharing/mmshui/src/musuiappui.cpp
branchRCL_3
changeset 35 6c57ef9392d2
parent 33 bc78a40cd63c
child 41 755f0370535b
equal deleted inserted replaced
33:bc78a40cd63c 35:6c57ef9392d2
   507 
   507 
   508         RemoveView( KMusUidLiveSharingView );
   508         RemoveView( KMusUidLiveSharingView );
   509         RemoveView( KMusUidClipSharingView );
   509         RemoveView( KMusUidClipSharingView );
   510         RemoveView( KMusUidReceivingView );
   510         RemoveView( KMusUidReceivingView );
   511 
   511 
       
   512         iExiting = EFalse;
       
   513         
   512         User::Exit( KErrNone );
   514         User::Exit( KErrNone );
   513         }
   515         }
   514     MUS_LOG( "mus: [MUSUI ]  <- CMusUiAppUi::HandleExit" );
   516     MUS_LOG( "mus: [MUSUI ]  <- CMusUiAppUi::HandleExit" );
   515     }
   517     }
   516 
   518 
   772                                static_cast<CMusUiGeneralView*>( iView );
   774                                static_cast<CMusUiGeneralView*>( iView );
   773         activatedView->HandleCommandL( EMusuiCmdViewVolumeChanged );
   775         activatedView->HandleCommandL( EMusuiCmdViewVolumeChanged );
   774         }
   776         }
   775 
   777 
   776     }
   778     }
       
   779 
       
   780 
       
   781 // -----------------------------------------------------------------------------
       
   782 // 
       
   783 // -----------------------------------------------------------------------------
       
   784 //
       
   785 void CMusUiAppUi::SetExitingFlag()
       
   786 	{
       
   787 	iExiting = ETrue;
       
   788 	}
       
   789 
       
   790 
       
   791 // -----------------------------------------------------------------------------
       
   792 // 
       
   793 // -----------------------------------------------------------------------------
       
   794 //
       
   795 TBool CMusUiAppUi::IsExiting ()
       
   796 	{
       
   797 	return iExiting;
       
   798 	}
   777 // end of file
   799 // end of file