summaryrefslogtreecommitdiff
path: root/tests/Leader_Followers/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Leader_Followers/client.cpp')
-rw-r--r--tests/Leader_Followers/client.cpp30
1 files changed, 14 insertions, 16 deletions
diff --git a/tests/Leader_Followers/client.cpp b/tests/Leader_Followers/client.cpp
index 50085c4d683..a69ca775862 100644
--- a/tests/Leader_Followers/client.cpp
+++ b/tests/Leader_Followers/client.cpp
@@ -1,17 +1,17 @@
-// $Id$
-
-// ================================================================
-//
-// = FILENAME
-// client.cpp
-//
-// = DESCRIPTION
-// See README.
-//
-// = AUTHOR
-// Irfan Pyarali
-//
-// ================================================================
+
+//=============================================================================
+/**
+ * @file client.cpp
+ *
+ * $Id$
+ *
+ * See README.
+ *
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"
@@ -21,8 +21,6 @@
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Leader_Followers, client, "$Id$")
-
// Name of file contains ior.
static const ACE_TCHAR *IOR = ACE_TEXT ("file://ior");