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.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/apps/Gateway/Gateway/Gateway.h b/apps/Gateway/Gateway/Gateway.h
deleted file mode 100644
index b00d87628de..00000000000
--- a/apps/Gateway/Gateway/Gateway.h
+++ /dev/null
@@ -1,30 +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 (ACE_Gateway)
-
-#endif /* ACE_GATEWAY */
-
-
-
-
-