diff options
Diffstat (limited to 'apps/drwho/Multicast_Manager.h')
-rw-r--r-- | apps/drwho/Multicast_Manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/drwho/Multicast_Manager.h b/apps/drwho/Multicast_Manager.h index 33e815fe8b6..5b5f42eddbc 100644 --- a/apps/drwho/Multicast_Manager.h +++ b/apps/drwho/Multicast_Manager.h @@ -14,12 +14,12 @@ // // ============================================================================ -#if !defined (_MULTICAST_MANAGER_H) +#ifndef _MULTICAST_MANAGER_H #define _MULTICAST_MANAGER_H #include "global.h" -class Host_Elem +class Host_Elem { public: const char *host_name; @@ -30,7 +30,7 @@ public: Host_Elem (const char *h_name, Host_Elem *n); }; -class Multicast_Manager +class Multicast_Manager { // = TITLE // This file handles all the operations upon host machines names |