summaryrefslogtreecommitdiff
path: root/tests/POA/TIE/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/TIE/server.cpp')
-rw-r--r--tests/POA/TIE/server.cpp31
1 files changed, 14 insertions, 17 deletions
diff --git a/tests/POA/TIE/server.cpp b/tests/POA/TIE/server.cpp
index f603f839bd6..95491670ee4 100644
--- a/tests/POA/TIE/server.cpp
+++ b/tests/POA/TIE/server.cpp
@@ -1,18 +1,17 @@
-// $Id$
-
-// =========================================================================
-// = LIBRARY
-// TAO/tests/POA/TIE
-//
-// = FILENAME
-// server.cpp
-//
-// = DESCRIPTION
-// In this example,
-//
-// = AUTHOR
-// Irfan Pyarali
-// =========================================================================
+
+//=============================================================================
+/**
+ * @file server.cpp
+ *
+ * $Id$
+ *
+ * In this example,
+ *
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
#include "ace/streams.h"
#include "ace/SString.h"
@@ -20,8 +19,6 @@
#include "ace/OS_NS_stdio.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(TIE, server, "$Id$")
-
const ACE_TCHAR *ior_1 = ACE_TEXT ("ior_1");
const ACE_TCHAR *ior_2 = ACE_TEXT ("ior_2");
const ACE_TCHAR *ior_3 = ACE_TEXT ("ior_3");