--- a/emailservices/emaildebug/inc/emailtraceconfig.hrh Tue Feb 02 00:02:40 2010 +0200
+++ b/emailservices/emaildebug/inc/emailtraceconfig.hrh Fri Feb 19 22:37:30 2010 +0200
@@ -47,4 +47,20 @@
#endif // ENABLE_TRACES
+#ifdef ENABLE_TIMESTAMP_TRACES
+#ifndef _DEBUG
+// Undefine error traces
+#undef ERROR_TRACE
+// Undefine info traces
+#undef INFO_TRACE
+// Undefine function traces
+#undef FUNC_TRACE
+// Trace to file
+#define TRACE_INTO_FILE
+// Timestamp trace enabled
+#define TIMESTAMP_TRAC
+#endif // _DEBUG
+#endif //ENABLE_TIMESTAMP_TRACES
+
+
#endif // EMAILTRACECONFIG_HRH