syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp
changeset 54 085438c28042
parent 0 b497e44ab2fc
--- a/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp	Tue Jul 13 10:07:47 2010 +0530
+++ b/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp	Fri Jul 23 13:39:21 2010 +0530
@@ -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 )
 //------------------------------------------------------------