mmserv/tms/tmscallserver/src/tmsipcalluplinkds.cpp
changeset 55 e267340986c9
parent 42 1fa3fb47b1e3
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
   645 // -----------------------------------------------------------------------------
   645 // -----------------------------------------------------------------------------
   646 //
   646 //
   647 void TMSIPUplink::RecordError(TInt aError)
   647 void TMSIPUplink::RecordError(TInt aError)
   648     {
   648     {
   649     iStatus = EReady;
   649     iStatus = EReady;
       
   650 
       
   651 #ifndef __WINSCW__
   650     iObserver.UplinkStarted(aError);
   652     iObserver.UplinkStarted(aError);
       
   653 #else  //__WINSCW__
       
   654     if (aError == KErrAccessDenied || aError == KErrInUse)
       
   655         {
       
   656         iObserver.UplinkStarted(TMS_RESULT_SUCCESS);
       
   657         }
       
   658 #endif //__WINSCW__
       
   659 
   651     TRACE_PRN_IF_ERR(aError);
   660     TRACE_PRN_IF_ERR(aError);
   652     }
   661     }
   653 
   662 
   654 // End of file
   663 // End of file
   655 
   664