diff -r 866b4af7ffbe -r 841f70763fbe mtpfws/mtpfw/dataproviders/proxydp/src/cmtpsetobjectproplist.cpp --- a/mtpfws/mtpfw/dataproviders/proxydp/src/cmtpsetobjectproplist.cpp Tue Sep 28 20:14:08 2010 +0800 +++ b/mtpfws/mtpfw/dataproviders/proxydp/src/cmtpsetobjectproplist.cpp Thu Nov 04 15:31:42 2010 +0800 @@ -28,6 +28,10 @@ #include "mtpproxydppanic.h" #include "rmtpframework.h" #include "cmtpstoragemgr.h" +#include "OstTraceDefinitions.h" +#ifdef OST_TRACE_COMPILER_IN_USE +#include "cmtpsetobjectproplistTraces.h" +#endif /** Two-phase construction method @@ -246,6 +250,17 @@ } } +#ifdef OST_TRACE_COMPILER_IN_USE +TInt CMTPSetObjectPropList::RunError(TInt aErr) +#else +TInt CMTPSetObjectPropList::RunError(TInt /*aErr*/) +#endif + { + OstTrace1(TRACE_ERROR, CMTPSETOBJECTPROPLIST_RUNERROR,"CMTPSetObjectPropList::RunError is %d", aErr ); + TRAP_IGNORE(SendResponseL(EMTPRespCodeGeneralError)); + return KErrNone; + } + /** Reschedules the active object with the specified completion code. @param aError The asynchronous request completion code.