summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Consumer_Dispatch_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/Consumer_Dispatch_Set.h')
-rw-r--r--apps/Gateway/Gateway/Consumer_Dispatch_Set.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/Gateway/Gateway/Consumer_Dispatch_Set.h b/apps/Gateway/Gateway/Consumer_Dispatch_Set.h
index 2f89143460d..3a5d0cf3e25 100644
--- a/apps/Gateway/Gateway/Consumer_Dispatch_Set.h
+++ b/apps/Gateway/Gateway/Consumer_Dispatch_Set.h
@@ -5,20 +5,24 @@
//
// = LIBRARY
// apps
-//
+//
// = FILENAME
// Consumer_Dispatch_Set.h
//
// = AUTHOR
-// Doug Schmidt
-//
+// Doug Schmidt
+//
// ============================================================================
-#if !defined (CONSUMER_DISPATCH_SET)
+#ifndef CONSUMER_DISPATCH_SET
#define CONSUMER_DISPATCH_SET
#include "ace/Containers.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
// Forward reference.
class Connection_Handler;