summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/HTIOP/AMI/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/HTIOP/AMI/server.cpp')
-rw-r--r--orbsvcs/tests/HTIOP/AMI/server.cpp37
1 files changed, 17 insertions, 20 deletions
diff --git a/orbsvcs/tests/HTIOP/AMI/server.cpp b/orbsvcs/tests/HTIOP/AMI/server.cpp
index f4b50e9c0bd..c3f615b3802 100644
--- a/orbsvcs/tests/HTIOP/AMI/server.cpp
+++ b/orbsvcs/tests/HTIOP/AMI/server.cpp
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/AMI
-//
-// = FILENAME
-// server.cpp
-//
-// = DESCRIPTION
-// Implementation of the server.
-//
-// = AUTHOR
-// Alexander Babu Arulanthu <alex@cs.wustl.edu>,
-// Michael Kircher <Michael.Kircher@mchp.siemens.de>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ * Implementation of the server.
+ *
+ *
+ * @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
+ */
+//=============================================================================
+
#include "ami_test_i.h"
@@ -23,7 +20,7 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_sys_socket.h"
-ACE_RCSID(AMI, server, "$Id$")
+
const ACE_TCHAR *ior_output_file = 0;
@@ -51,7 +48,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}