diff -r 490439ac0bd4 -r 4af31167ea77 syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp --- a/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp Mon Jun 21 16:37:58 2010 +0300 +++ b/syncmlfw/common/obex/obexclient/src/NSmlObexClient.cpp Thu Jul 15 19:36:11 2010 +0300 @@ -180,6 +180,15 @@ } } +// ---------------------------------------------------------------------------- +// CNsmlObexClient::RunError +// ---------------------------------------------------------------------------- +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 ) //------------------------------------------------------------