summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/gatewayd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Gateway/gatewayd.cpp')
-rw-r--r--ACE/apps/Gateway/Gateway/gatewayd.cpp36
1 files changed, 14 insertions, 22 deletions
diff --git a/ACE/apps/Gateway/Gateway/gatewayd.cpp b/ACE/apps/Gateway/Gateway/gatewayd.cpp
index 2c598c6805f..9b6f6edd420 100644
--- a/ACE/apps/Gateway/Gateway/gatewayd.cpp
+++ b/ACE/apps/Gateway/Gateway/gatewayd.cpp
@@ -1,22 +1,18 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// gateway
-//
-// = FILENAME
-// peerd.h
-//
-// = DESCRIPTION
-// Driver for the gateway daemon (gatewayd). Note that this is
-// completely generic code due to the Service Configurator
-// framework!
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file gatewayd.cpp
+ *
+ * $Id$
+ *
+ * Driver for the gateway daemon (gatewayd). Note that this is
+ * completely generic code due to the Service Configurator
+ * framework!
+ *
+ *
+ * @author Douglas C. Schmidt
+ */
+//=============================================================================
#include "ace/OS_NS_unistd.h"
#include "ace/Service_Config.h"
@@ -25,10 +21,6 @@
#include "ace/Reactor.h"
#include "Gateway.h"
-ACE_RCSID (Gateway,
- gatewayd,
- "$Id$")
-
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{