summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 19:15:03 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 19:15:03 +0100
commitc289737b405928aaeb329633fad377a19bc2e7ed (patch)
tree320da1315144ce7259cba0c988de8d400e142c5c /src/net
parent232792634184759eec072782be875cb0f31b7247 (diff)
downloadmanaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.gz
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.xz
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.zip
Removed "TMW" and "TMWSERV" from header guards
Diffstat (limited to 'src/net')
-rw-r--r--src/net/bandwidth.hpp4
-rw-r--r--src/net/connection.hpp4
-rw-r--r--src/net/connectionhandler.hpp4
-rw-r--r--src/net/messagein.hpp4
-rw-r--r--src/net/messageout.hpp6
-rw-r--r--src/net/netcomputer.hpp6
6 files changed, 14 insertions, 14 deletions
diff --git a/src/net/bandwidth.hpp b/src/net/bandwidth.hpp
index 2129fc9..be4f8f6 100644
--- a/src/net/bandwidth.hpp
+++ b/src/net/bandwidth.hpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_BANDWIDTH_H_
-#define _TMWSERV_BANDWIDTH_H_
+#ifndef BANDWIDTH_H
+#define BANDWIDTH_H
#include <map>
diff --git a/src/net/connection.hpp b/src/net/connection.hpp
index c7eb973..6b258e0 100644
--- a/src/net/connection.hpp
+++ b/src/net/connection.hpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_CONNECTION_H_
-#define _TMWSERV_CONNECTION_H_
+#ifndef CONNECTION_H
+#define CONNECTION_H
#include <string>
#include <enet/enet.h>
diff --git a/src/net/connectionhandler.hpp b/src/net/connectionhandler.hpp
index 0b8d300..0e5d6f7 100644
--- a/src/net/connectionhandler.hpp
+++ b/src/net/connectionhandler.hpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_CONNECTIONHANDLER_H_
-#define _TMWSERV_CONNECTIONHANDLER_H_
+#ifndef CONNECTIONHANDLER_H
+#define CONNECTIONHANDLER_H
#include <list>
#include <string>
diff --git a/src/net/messagein.hpp b/src/net/messagein.hpp
index 007d59c..b972055 100644
--- a/src/net/messagein.hpp
+++ b/src/net/messagein.hpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_MESSAGEIN_H_
-#define _TMWSERV_MESSAGEIN_H_
+#ifndef MESSAGEIN_H
+#define MESSAGEIN_H
#include <iosfwd>
diff --git a/src/net/messageout.hpp b/src/net/messageout.hpp
index 25ff618..6a49bce 100644
--- a/src/net/messageout.hpp
+++ b/src/net/messageout.hpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_MESSAGEOUT_H_
-#define _TMWSERV_MESSAGEOUT_H_
+#ifndef MESSAGEOUT_H
+#define MESSAGEOUT_H
#include <iosfwd>
@@ -99,4 +99,4 @@ class MessageOut
const MessageOut &msg);
};
-#endif //_TMWSERV_MESSAGEOUT_H_
+#endif //MESSAGEOUT_H
diff --git a/src/net/netcomputer.hpp b/src/net/netcomputer.hpp
index 1724d29..51433d8 100644
--- a/src/net/netcomputer.hpp
+++ b/src/net/netcomputer.hpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_NETCOMPUTER_H_
-#define _TMWSERV_NETCOMPUTER_H_
+#ifndef NETCOMPUTER_H
+#define NETCOMPUTER_H
#include <iostream>
#include <enet/enet.h>
@@ -94,4 +94,4 @@ class NetComputer
const NetComputer &comp);
};
-#endif // _TMWSERV_NETCOMPUTER_H_
+#endif // NETCOMPUTER_H