diff -r e7aa27f58ae1 -r e1b6206813b4 emailservices/emailstore/message_store/debuglog/inc/DebugLogMacros.h --- a/emailservices/emailstore/message_store/debuglog/inc/DebugLogMacros.h Tue Feb 02 00:02:40 2010 +0200 +++ b/emailservices/emailstore/message_store/debuglog/inc/DebugLogMacros.h Fri Feb 19 22:37:30 2010 +0200 @@ -52,7 +52,7 @@ // PRINTING: (NOTE: The following is just a reference example) // // // Include the debug logging header file -// #include "DebugLogMacros.h" +// #include "debuglogmacros.h" // // class CTestClass // { @@ -181,7 +181,7 @@ // DEBUG BUILD // =========== - #include "DebugLogConst.h" + #include "debuglogconst.h" // ===================================================================== // Utility Logging Macros @@ -457,5 +457,5 @@ #endif // _DEBUG_LOG_MACROS_H_ -// END FILE DebugLogMacros.h +// END FILE debuglogmacros.h