pnpmobileservices/pnpms/PnP/PnpProvisioningAppSrc/cwaitdialogmonitor.cpp
branchRCL_3
changeset 54 9360ca28b668
parent 0 3ce708148e4d
equal deleted inserted replaced
40:f2101057ffeb 54:9360ca28b668
   125     //LOGSTRING2( "CWaitDialogMonitor status %i" , iStatus.Int() );
   125     //LOGSTRING2( "CWaitDialogMonitor status %i" , iStatus.Int() );
   126 
   126 
   127     iNotifier.WaitDialogDismissedL( iStatus.Int() );
   127     iNotifier.WaitDialogDismissedL( iStatus.Int() );
   128     }
   128     }
   129 
   129 
       
   130 // ---------------------------------------------------------------------------
       
   131 // CWaitDialogMonitor::RunError
       
   132 // ---------------------------------------------------------------------------
       
   133 //
       
   134 TInt CWaitDialogMonitor::RunError( TInt /*aError*/ )
       
   135 	{
       
   136 //		LOGSTRING2( "CWaitDialogMonitor::RunError( %d )", aError )    
       
   137 		return KErrNone;
       
   138 	}
       
   139 	
   130 // ========================== OTHER EXPORTED FUNCTIONS =========================
   140 // ========================== OTHER EXPORTED FUNCTIONS =========================
   131 
   141 
   132 // None
   142 // None
   133 
   143 
   134 //  End of File  
   144 //  End of File