browserutilities/connectionmanager/Src/ConnectionObservers.cpp
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 34 220a17280356
child 36 c711bdda59f4
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
   104 //--------------------------------------------------------------------------
   104 //--------------------------------------------------------------------------
   105 void CConnectionStageNotifierWCB::RunL()
   105 void CConnectionStageNotifierWCB::RunL()
   106 	{
   106 	{
   107 	CLOG_ENTERFN("CConnectionStageNotifierWCB::RunL()");
   107 	CLOG_ENTERFN("CConnectionStageNotifierWCB::RunL()");
   108     CLOG_WRITE_1( "CConnectionStageNotifierWCB Stage: %d", iProgressBuf().iStage );
   108     CLOG_WRITE_1( "CConnectionStageNotifierWCB Stage: %d", iProgressBuf().iStage );
       
   109     CLOG_WRITE_1( "CConnectionStageNotifierWCB Stage Error id: %d", iProgressBuf().iError );
   109 
   110 
   110     if( !iMultiObserver )
   111     if( !iMultiObserver )
   111         {
   112         {
   112 	    if ( iProgressBuf().iStage == iStageToObserve )
   113 	    if ( iProgressBuf().iStage == iStageToObserve )
   113 		    {
   114 		    {