summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Gateway.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/Gateway.h')
-rw-r--r--apps/Gateway/Gateway/Gateway.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/Gateway/Gateway/Gateway.h b/apps/Gateway/Gateway/Gateway.h
deleted file mode 100644
index 057ce981701..00000000000
--- a/apps/Gateway/Gateway/Gateway.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// apps
-//
-// = FILENAME
-// Gateway.h
-//
-// = AUTHOR
-// Doug Schmidt
-//
-// ============================================================================
-
-#if !defined (ACE_GATEWAY)
-#define ACE_GATEWAY
-
-#include "ace/OS.h"
-
-ACE_SVC_FACTORY_DECLARE (Gateway)
-
-#endif /* ACE_GATEWAY */
-