rename constant

This commit is contained in:
Volker Fischer 2008-12-28 22:30:18 +00:00
parent 69e5e81aa6
commit e0f9fab859
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
#define APP_NAME "llcon" #define APP_NAME "llcon"
// file name for logging file // file name for logging file
#define LOG_FILE_NAME "llconsrvlog.txt" #define DEFAULT_LOG_FILE_NAME "llconsrvlog.txt"
// defined port number for client and server // defined port number for client and server
#define LLCON_PORT_NUMBER 22122 #define LLCON_PORT_NUMBER 22122

View File

@ -478,7 +478,7 @@ public:
class CLogging class CLogging
{ {
public: public:
CLogging() : bDoLogging ( false ), File ( LOG_FILE_NAME ) {} CLogging() : bDoLogging ( false ), File ( DEFAULT_LOG_FILE_NAME ) {}
virtual ~CLogging() virtual ~CLogging()
{ {
if ( File.isOpen() ) if ( File.isOpen() )