Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00013 #ifndef _LOG4CPP_UTILITIES_H
00014 #define _LOG4CPP_UTILITIES_H
00015
00016 #include <string>
00017 #if defined (_MSC_VER)
00018 #include <Windows.h>
00019 #endif
00020
00021 #if defined(UNDER_RTSS)
00022 #include "RTSSUtilities.h"
00023 #endif // defined(UNDER_RTSS)
00024 #include <log4cpp/Portability.hh>
00025
00026 LOG4CPP_NS_BEGIN
00027
00028
00029 bool ReplaceEnvironmentVariables(std::string &Buffer);
00030
00031 LOG4CPP_NS_END
00032
00033 #endif // _LOG4CPP_UTILITIES_H