--- a/mtpfws/mtpfw/dataproviders/dputility/src/cmtpcopyobject.cpp Tue Sep 28 20:14:08 2010 +0800
+++ b/mtpfws/mtpfw/dataproviders/dputility/src/cmtpcopyobject.cpp Thu Nov 04 15:31:42 2010 +0800
@@ -520,6 +520,17 @@
OstTraceFunctionExit0( CMTPCOPYOBJECT_RUNL_EXIT );
}
+#ifdef OST_TRACE_COMPILER_IN_USE
+TInt CMTPCopyObject::RunError(TInt aErr)
+#else
+TInt CMTPCopyObject::RunError(TInt /*aErr*/)
+#endif
+ {
+ OstTrace1(TRACE_ERROR, CMTPCOPYOBJECT_RUNERROR,"CMTPCopyObject::RunError is %d", aErr );
+ TRAP_IGNORE(SendResponseL(EMTPRespCodeGeneralError));
+ return KErrNone;
+ }
+
/**
Override to handle the complete phase of copy object
@return EFalse