summaryrefslogtreecommitdiff
path: root/ndb/include/logger
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-06 13:11:14 +0200
committerunknown <tomas@mc05.(none)>2004-05-06 13:11:14 +0200
commit789adced2bb4d72f3bf2cdf66870a11718d9cf95 (patch)
tree63a3033815a8efff97e3086a1d8df374a96ba9b5 /ndb/include/logger
parentc91ea436f59174b28059a424f062229cb27daed5 (diff)
downloadmariadb-git-789adced2bb4d72f3bf2cdf66870a11718d9cf95.tar.gz
Many files:
included full my_global.h and resolved some resulting name conflicts ndb/include/ndb_global.h: included full my_global.h and resolved some resulting name conflicts ndb/include/logger/FileLogHandler.hpp: included full my_global.h and resolved some resulting name conflicts ndb/include/util/File.hpp: included full my_global.h and resolved some resulting name conflicts ndb/src/common/logger/FileLogHandler.cpp: included full my_global.h and resolved some resulting name conflicts ndb/src/common/util/File.cpp: included full my_global.h and resolved some resulting name conflicts ndb/src/common/util/strlcat.c: included full my_global.h and resolved some resulting name conflicts ndb/src/kernel/blocks/dbtux/Dbtux.hpp: included full my_global.h and resolved some resulting name conflicts ndb/src/rep/RepComponents.hpp: included full my_global.h and resolved some resulting name conflicts ndb/src/rep/rep_version.hpp: included full my_global.h and resolved some resulting name conflicts ndb/src/rep/storage/GCIContainer.hpp: included full my_global.h and resolved some resulting name conflicts
Diffstat (limited to 'ndb/include/logger')
-rw-r--r--ndb/include/logger/FileLogHandler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/include/logger/FileLogHandler.hpp b/ndb/include/logger/FileLogHandler.hpp
index ae69a2f5418..08e46c11844 100644
--- a/ndb/include/logger/FileLogHandler.hpp
+++ b/ndb/include/logger/FileLogHandler.hpp
@@ -19,7 +19,7 @@
#include "LogHandler.hpp"
-class File;
+class File_class;
/**
* Logs messages to a file. The log file will be archived depending on
@@ -104,7 +104,7 @@ private:
int m_maxNoFiles;
long m_maxFileSize;
unsigned int m_maxLogEntries;
- File* m_pLogFile;
+ File_class* m_pLogFile;
};
#endif