summaryrefslogtreecommitdiff
path: root/examples/Buffered_AMI/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Buffered_AMI/client.cpp')
-rw-r--r--examples/Buffered_AMI/client.cpp32
1 files changed, 14 insertions, 18 deletions
diff --git a/examples/Buffered_AMI/client.cpp b/examples/Buffered_AMI/client.cpp
index 4531522297e..a020c3d3edc 100644
--- a/examples/Buffered_AMI/client.cpp
+++ b/examples/Buffered_AMI/client.cpp
@@ -1,17 +1,17 @@
-// $Id$
-
-// ================================================================
-//
-// = FILENAME
-// client.cpp
-//
-// = DESCRIPTION
-// This is a client that uses buffered AMI calls.
-//
-// = AUTHOR
-// Irfan Pyarali
-//
-// ================================================================
+
+//=============================================================================
+/**
+ * @file client.cpp
+ *
+ * $Id$
+ *
+ * This is a client that uses buffered AMI calls.
+ *
+ *
+ * @author Irfan Pyarali
+ */
+//=============================================================================
+
#include "testS.h"
#include "tao/Messaging/Messaging.h"
@@ -20,10 +20,6 @@
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"
-ACE_RCSID (Buffered_AMI,
- client,
- "$Id$")
-
// Name of file contains ior.
static const ACE_TCHAR *IOR = ACE_TEXT ("file://ior");