syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp
changeset 57 f5b689a4f7a2
parent 0 b497e44ab2fc
--- a/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp	Tue Jul 06 15:14:24 2010 +0300
+++ b/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp	Wed Aug 18 10:39:36 2010 +0300
@@ -180,6 +180,11 @@
         }
     }
 
+TInt CNsmlObexClient::RunError ( TInt aError )
+    {
+    DBG_FILE_CODE(aError, _S8("CNsmlObexClient::RunError() The Error occurred is "));
+    return KErrNone;
+    }	
 //------------------------------------------------------------
 // CNsmlObexClient::ConnectL( TNSmlObexTransport aTransport, TBool /*aServerAlerted*/, TDesC8& aMimeType, TRequestStatus &aStatus )
 //------------------------------------------------------------