From 98432be171dee1a1ad4774b5600c4f91bfa1f810 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 30 Mar 2022 19:57:43 +0200 Subject: Brought NetHost closer to standard --- NetEx/NetHost.h | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'NetEx/NetHost.h') diff --git a/NetEx/NetHost.h b/NetEx/NetHost.h index a5a4bd0..c45f04c 100644 --- a/NetEx/NetHost.h +++ b/NetEx/NetHost.h @@ -3,23 +3,21 @@ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. - AUTHOR: John DiCamillo + AUTHOR: John DiCamillo - OVERVIEW - ======== - Network Host + OVERVIEW + ======== + Network Host */ -#ifndef NET_HOST_H -#define NET_HOST_H +#ifndef NetHost_h +#define NetHost_h -#include +#include "List.h" #include "NetAddr.h" #include "Text.h" -#include "List.h" -// +-------------------------------------------------------------------+ class NetHost { @@ -46,4 +44,4 @@ private: }; -#endif // NET_HOST_H +#endif // NetHost_h -- cgit v1.1