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 SOCKETCORE_H_
|
||||
#define SOCKETCORE_H_
|
||||
#ifndef REDACORE_SOCKETCORE_H_
|
||||
#define REDACORE_SOCKETCORE_H_
|
||||
|
||||
// redA Libraries
|
||||
/* none */
|
||||
@@ -39,4 +39,4 @@ bool MaintainSocket( int PortHandle );
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#endif /* SOCKETCORE_H_ */
|
||||
#endif /* REDACORE_SOCKETCORE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user