--- a/imgtools/imglib/filesystem/include/messagehandler.h Wed May 12 09:52:26 2010 +0100
+++ b/imgtools/imglib/filesystem/include/messagehandler.h Thu May 13 08:38:18 2010 +0100
@@ -36,9 +36,9 @@
public:
static Message *GetInstance();
static void CleanUp();
- static void StartLogging(char *filename);
- static void CreateMessageFile(char *fileName);
- static void ReportMessage(int aMsgType, int aMsgIndex,char* aName);
+ static void StartLogging(char const *filename);
+ static void CreateMessageFile(char const *fileName);
+ static void ReportMessage(int aMsgType, int aMsgIndex,char const* aName);
private:
static Message* iInstance;