summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/HTIOP/AMI/simple_client.cpp')
-rw-r--r--orbsvcs/tests/HTIOP/AMI/simple_client.cpp41
1 files changed, 19 insertions, 22 deletions
diff --git a/orbsvcs/tests/HTIOP/AMI/simple_client.cpp b/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
index e3fefcf0c4b..8d23e53976b 100644
--- a/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
+++ b/orbsvcs/tests/HTIOP/AMI/simple_client.cpp
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/AMI
-//
-// = FILENAME
-// simple_client.cpp
-//
-// = DESCRIPTION
-// A very simple client which uses the AMI callback model.
-//
-// = AUTHOR
-// Alexander Babu Arulanthu <alex@cs.wustl.edu>,
-// Michael Kircher <Michael.Kircher@mchp.siemens.de>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file simple_client.cpp
+ *
+ * $Id$
+ *
+ * A very simple client which uses the AMI callback model.
+ *
+ *
+ * @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
+ */
+//=============================================================================
+
#include "../test_config.h"
@@ -26,7 +23,7 @@
#include "ami_testC.h"
#include "ami_testS.h"
-ACE_RCSID(AMI, simple_client, "$Id$")
+
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 5;
@@ -65,18 +62,18 @@ 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;
}
class Handler : public POA_A::AMI_AMI_TestHandler
{
public:
+ /// Constructor.
Handler (void) {};
- // Constructor.
+ /// Destructor.
~Handler (void) {};
- // Destructor.
void foo (CORBA::Long ami_return_val,
CORBA::Long out_l)