diff -r 490439ac0bd4 -r 4af31167ea77 syncmlfw/common/sosserver/src/NSmlSOSBackup.cpp --- a/syncmlfw/common/sosserver/src/NSmlSOSBackup.cpp Mon Jun 21 16:37:58 2010 +0300 +++ b/syncmlfw/common/sosserver/src/NSmlSOSBackup.cpp Thu Jul 15 19:36:11 2010 +0300 @@ -126,6 +126,15 @@ _DBG_FILE("CNSmlSOSBackup::RunL() : End"); } +// ---------------------------------------------------------------------------- +// CNSmlSOSBackup::RunError +// ---------------------------------------------------------------------------- +TInt CNSmlSOSBackup::RunError ( TInt aError ) + { + DBG_FILE_CODE(aError, _S8("CNSmlSOSBackup::RunError() The Error occurred is ")); + return KErrNone; + } + // -------------------------------------------------------------------------- // void CNSmlSOSBackup::DoCancel() // --------------------------------------------------------------------------