summaryrefslogtreecommitdiff
path: root/tests/Portable_Interceptors/AMI/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Portable_Interceptors/AMI/client.cpp')
-rw-r--r--tests/Portable_Interceptors/AMI/client.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/Portable_Interceptors/AMI/client.cpp b/tests/Portable_Interceptors/AMI/client.cpp
index 4e20b64cfa9..b156ee49c15 100644
--- a/tests/Portable_Interceptors/AMI/client.cpp
+++ b/tests/Portable_Interceptors/AMI/client.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "Echo_Handler.h"
#include "Client_ORBInitializer.h"
#include "Client_Interceptor.h"
@@ -8,11 +10,6 @@
#include "ace/Log_Msg.h"
#include <iostream>
-ACE_RCSID (AMI,
- client,
- "$Id$")
-
-
const ACE_TCHAR *ior = ACE_TEXT ("file://test.ior");
static int exit_status = 0;
const unsigned long ITERATIONS = 100;
@@ -39,7 +36,7 @@ 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;
}