mmserv/tms/tmscallserver/src/tmsipcalluplinkds.cpp
changeset 53 eabc8c503852
parent 33 5e8b14bae8c3
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
   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