summaryrefslogtreecommitdiff
path: root/tests/Param_Test/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Param_Test/server.cpp')
-rw-r--r--tests/Param_Test/server.cpp29
1 files changed, 11 insertions, 18 deletions
diff --git a/tests/Param_Test/server.cpp b/tests/Param_Test/server.cpp
index 69208f2f2f3..757cb9b435c 100644
--- a/tests/Param_Test/server.cpp
+++ b/tests/Param_Test/server.cpp
@@ -1,17 +1,14 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/Param_Test
-//
-// = FILENAME
-// server.cpp
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
#include "param_test_i.h"
#include "tao/Codeset/Codeset.h"
@@ -20,10 +17,6 @@
#include "ace/Log_Msg.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID (Param_Test,
- server,
- "$Id$")
-
// Parses the command line arguments and returns an error status.
static FILE *ior_output_file = 0;
static const ACE_TCHAR *ior_output_filename = ACE_TEXT("test.ior");