Added include guards to header files
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#include "sock.hpp"
|
||||
#ifndef _SERVER
|
||||
#define _SERVER
|
||||
#include "includes/sock.hpp"
|
||||
#include "includes/exception_consts.hpp"
|
||||
|
||||
/*
|
||||
Server class - Defines a TCP/UDP server.
|
||||
@@ -26,3 +29,4 @@ public:
|
||||
|
||||
/* TODO - Add comments to better explain the inheritance and polymorphism going on */
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user