summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-04 14:30:05 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-09-04 14:30:05 +0000
commit098ec0385bef8f841f262b612442edcde9cbe563 (patch)
tree9829f6b49cd6b2c2feb1e80feddfd5ad628f5901
parentd837a687e251ccd3ea93260027107a8e33bad02d (diff)
downloadATCD-098ec0385bef8f841f262b612442edcde9cbe563.tar.gz
Tue Sep 4 14:25:24 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp7
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp2
3 files changed, 12 insertions, 5 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 05927ff15a9..c3eb117777c 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,6 +1,12 @@
+Tue Sep 4 14:25:24 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp:
+ * performance-tests/Benchmark/RoundTripClient/client.cpp:
+ Untabify.
+
Mon Sep 03 02:50:30 CDT 2007 Johnny Willemsen <jwillemsen@remedy.nl>
- * CIAO version 0.6 released.
+ * CIAO version 0.6 released.
Mon Aug 27 23:04:36 UTC 2007 Nilabja R <nilabjar@dre.vanderbilt.edu>
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
index eb1151821f3..4ff377dfa30 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
@@ -116,9 +116,10 @@ MyImpl::RoundTripClient_exec_i::start ()
history.collect_basic_stats (stats);
stats.dump_results ("Total", gsf);
- ACE_Throughput_Stats::dump_throughput ("Total", gsf,
- test_end - test_start,
- stats.samples_count ());
+ ACE_Throughput_Stats::dump_throughput ("Total",
+ gsf,
+ test_end - test_start,
+ stats.samples_count ());
}
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp b/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
index b509ca370b5..61b730a2339 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
@@ -32,7 +32,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
CORBA::Object_var obj
= orb->string_to_object (ior);
Benchmark::RoundTripClient_var test =
- Benchmark::RoundTripClient::_narrow(obj.in());
+ Benchmark::RoundTripClient::_narrow(obj.in());
//Get the RoundTrip reference
Benchmark::Controller_var trigger = test->provide_controller ();