Important Update:
- Added SignalCore for handling system signals - Implemented LogMessages (only output to stdout, later to logfile) - Updated #defines for all header files
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* Author: wentzelc
|
||||
*/
|
||||
|
||||
#ifndef SELECTCORE_H_
|
||||
#define SELECTCORE_H_
|
||||
#ifndef REDACORE_SELECTCORE_H_
|
||||
#define REDACORE_SELECTCORE_H_
|
||||
|
||||
// redA Libraries
|
||||
/* none */
|
||||
@@ -25,4 +25,4 @@ bool SelectCheck( int FD, bool &Read, bool &Write );
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#endif /* SELECTCORE_H_ */
|
||||
#endif /* REDACORE_SELECTCORE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user