summaryrefslogtreecommitdiff
path: root/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp')
-rw-r--r--orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp b/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp
index 6bd62249ff8..6a4e11c00f9 100644
--- a/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp
+++ b/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp
@@ -14,10 +14,6 @@
#include "ace/Get_Opt.h"
#include "ace/Auto_Ptr.h"
-ACE_RCSID (TAO_PERF_RTEC_Federated_Roundtrip,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT ("test.ior");
int iterations = 10000;
int nthreads = 1;
@@ -72,7 +68,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;
}