mobilemessaging/audiomsg/src/audiomessageappui.cpp
branchRCL_3
changeset 17 caea42e26caa
parent 2 0bf1d54f37d9
child 21 c6838af47512
equal deleted inserted replaced
9:1d7827e39b52 17:caea42e26caa
   482         *this,
   482         *this,
   483         *Document(),
   483         *Document(),
   484         *iView );
   484         *iView );
   485     iLaunchOperation->Launch();
   485     iLaunchOperation->Launch();
   486  
   486  
   487     ShowWaitNoteL( R_QTN_AUDIOMESSAGE_WAIT_OPENING_EDITOR );
   487    AMSLOGGER_WRITE( "CAudioMessageAppUi::LaunchViewL <<" ); 
   488     AMSLOGGER_WRITE( "CAudioMessageAppUi::LaunchViewL <<" ); 
       
   489     }
   488     }
   490 
   489 
   491 
   490 
   492 // ---------------------------------------------------------
   491 // ---------------------------------------------------------
   493 // CAudioMessageAppUi::FinalizeLaunchL
   492 // CAudioMessageAppUi::FinalizeLaunchL
  2114             {
  2113             {
  2115             iAbsorber = CAknInputBlock::NewLC();
  2114             iAbsorber = CAknInputBlock::NewLC();
  2116         	CleanupStack::Pop( iAbsorber );
  2115         	CleanupStack::Pop( iAbsorber );
  2117             }
  2116             }
  2118             
  2117             
  2119         if ( UnsupportedCallTypeOngoing() )
  2118         if ( UnsupportedCallTypeOngoingL() )
  2120         	{
  2119         	{
  2121             delete iAbsorber;
  2120             delete iAbsorber;
  2122             iAbsorber = NULL;
  2121             iAbsorber = NULL;
  2123             iEditorFlags &= ~EProgressInUse;
  2122             iEditorFlags &= ~EProgressInUse;
  2124             return;
  2123             return;
  4313 
  4312 
  4314 // -----------------------------------------------------------------------------
  4313 // -----------------------------------------------------------------------------
  4315 // UnsupportedCallTypeOngoing
  4314 // UnsupportedCallTypeOngoing
  4316 // -----------------------------------------------------------------------------
  4315 // -----------------------------------------------------------------------------
  4317 //
  4316 //
  4318 TBool CAudioMessageAppUi::UnsupportedCallTypeOngoing(  )
  4317 TBool CAudioMessageAppUi::UnsupportedCallTypeOngoingL(  )
  4319 	{
  4318 	{
  4320 	TBool unsupported( EFalse );
  4319 	TBool unsupported( EFalse );
  4321 	TInt value( 0 );
  4320 	TInt value( 0 );
  4322 
  4321 
  4323 	TInt err( 0 );
  4322 	TInt err( 0 );