checks for previous inclusion

svn path=/trunk/boinc/; revision=474
This commit is contained in:
Seth Cooper 2002-10-06 00:45:29 +00:00
parent c521cc09a7
commit 797767b6ee
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,9 @@
// NOTE: all writes to stdout should have an if (log.*) {} around them.
//
#ifndef _LOGFLAGS_H_
#define _LOGFLAGS_H_
#include <stdio.h>
class LOG_FLAGS {
@ -51,3 +54,5 @@ public:
extern LOG_FLAGS log_flags;
extern void read_log_flags();
#endif