summaryrefslogtreecommitdiff
path: root/tests/POA/Forwarding/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/Forwarding/server.cpp')
-rw-r--r--tests/POA/Forwarding/server.cpp35
1 files changed, 15 insertions, 20 deletions
diff --git a/tests/POA/Forwarding/server.cpp b/tests/POA/Forwarding/server.cpp
index 444b323a98f..b73de679875 100644
--- a/tests/POA/Forwarding/server.cpp
+++ b/tests/POA/Forwarding/server.cpp
@@ -1,29 +1,24 @@
-// $Id$
-
-// ========================================================================
-// = LIBRARY
-// TAO/examples/POA/Forwarding
-//
-// = FILENAME
-// server.cpp
-//
-// = DESCRIPTION
-// Server that receives requests. The server can be asked to
-// forward new requests to another server.
-//
-// = AUTHOR
-// Irfan Pyarali
-// Michael Kircher
-//
-// ========================================================================
+
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ * Server that receives requests. The server can be asked to
+ * forward new requests to another server.
+ *
+ *
+ * @author Irfan Pyarali Michael Kircher
+ */
+//=============================================================================
+
#include "ace/Get_Opt.h"
#include "test_i.h"
#include "Servant_Activator.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID(Forwarding, server, "$Id$")
-
static const ACE_TCHAR *ior_output_file = 0;
static const ACE_TCHAR *forward_to_ior = 0;