diff options
Diffstat (limited to 'apps/drwho/Protocol_Manager.h')
-rw-r--r-- | apps/drwho/Protocol_Manager.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/drwho/Protocol_Manager.h b/apps/drwho/Protocol_Manager.h index 63f95d9b342..d61e752c8df 100644 --- a/apps/drwho/Protocol_Manager.h +++ b/apps/drwho/Protocol_Manager.h @@ -14,10 +14,15 @@ // // ============================================================================ -#if !defined (_PROTOCOL_MANAGER_H) +#ifndef _PROTOCOL_MANAGER_H #define _PROTOCOL_MANAGER_H #include "ace/OS.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #include "Options.h" #include "Search_Struct.h" #include "Protocol_Record.h" @@ -26,7 +31,7 @@ class Protocol_Manager { // = TITLE // A base class that consolidates friend management functionality - // shared by both clients and servers. + // shared by both clients and servers. public: Protocol_Manager (void); virtual ~Protocol_Manager (void); |