emailservices/emailstore/message_store/debuglog/inc/DebugLogConst.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 10 f5907b1a1053
child 25 3533d4323edc
--- a/emailservices/emailstore/message_store/debuglog/inc/DebugLogConst.h	Thu Aug 19 09:38:05 2010 +0300
+++ b/emailservices/emailstore/message_store/debuglog/inc/DebugLogConst.h	Tue Aug 31 15:04:17 2010 +0300
@@ -25,7 +25,7 @@
 
 #include <e32std.h>
 #include <e32def.h>
-#include "debuglog.h"
+#include "DebugLog.h"
 
 // ========
 // LITERALS
@@ -162,7 +162,7 @@
 	#endif // __DEBUG_LOGGING_OPTIONS
 
 	// Finally, allow the logging options to be overriden at the global level.
-	#include "globaldebugloggingoptions.h"
+	#include "GlobalDebugLoggingOptions.h"
 
 #endif // DEBUG_USE_PROJECT_LOGGING_OPTIONS
 
@@ -171,7 +171,7 @@
 #define DEBUG_USE_VAR(var) if ( &var ) {};
 
 // These are the basic logging macros - they are NOT intended to be called directly.
-// Instead use the logging MACROS defined in debuglogmacros.h
+// Instead use the logging MACROS defined in DebugLogMacros.h
 #define __INTERNAL_LOG_DECLARATION  RDebugLog iLogger;
 
 #define __INTERNAL_LOG_CLOSE_BETWEEN_WRITES  \
@@ -620,4 +620,4 @@
 
 #endif // _DEBUG_LOG_CONST_H_
 
-// END FILE debuglogconst.h
+// END FILE DebugLogConst.h