syncmlfw/ds/netmon/src/CNetMon.cpp
branchRCL_3
changeset 58 4af31167ea77
parent 0 b497e44ab2fc
child 69 a082c848c9a9
child 73 ae69c2e8bc34
equal deleted inserted replaced
42:490439ac0bd4 58:4af31167ea77
   162 // CNetMon::RunError
   162 // CNetMon::RunError
   163 // ----------------------------------------------------------------------------
   163 // ----------------------------------------------------------------------------
   164 TInt CNetMon::RunError ( TInt aError )
   164 TInt CNetMon::RunError ( TInt aError )
   165 {
   165 {
   166     DBG_FILE_CODE(aError, _S8("CNetMon::RunError() The Error occurred is "));
   166     DBG_FILE_CODE(aError, _S8("CNetMon::RunError() The Error occurred is "));
   167     return aError;
   167     return KErrNone;
   168 }
   168 }
   169 
   169 
   170 // ----------------------------------------------------------------------------
   170 // ----------------------------------------------------------------------------
   171 // CNetMon::DoCancel
   171 // CNetMon::DoCancel
   172 // ----------------------------------------------------------------------------
   172 // ----------------------------------------------------------------------------