summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-09-30 15:50:02 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-09-30 15:50:02 +0000
commit8c786edaf78fcbd9fe2dd9ea6481848966935192 (patch)
tree86772a140c6bd969f397283f7840867d565efbd1
parent92a53c9b247f9c22a25d95341e7d5a10a99d0d64 (diff)
downloadATCD-8c786edaf78fcbd9fe2dd9ea6481848966935192.tar.gz
ChangeLogTag:fixed fuzz errors
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/BenchmarkE.idl10
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h10
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h6
3 files changed, 12 insertions, 14 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/BenchmarkE.idl b/TAO/CIAO/performance-tests/Benchmark/BenchmarkE.idl
index 6ef42af07de..1886b02c12a 100644
--- a/TAO/CIAO/performance-tests/Benchmark/BenchmarkE.idl
+++ b/TAO/CIAO/performance-tests/Benchmark/BenchmarkE.idl
@@ -1,8 +1,8 @@
-// $Id$
+// $Id$
//=============================================================================
/**
- * @file BasicSPE.idl
+ * @file BenchmarkE.idl
*
* @author Diego, Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
*/
@@ -13,11 +13,11 @@
#include "Benchmark.idl"
-module Benchmark
+module Benchmark
{
/**
- * @interface CCM_RoundTrip
+ * @interface CCM_RoundTrip
*
* Executor interface mapping for provides interfaces.
*
@@ -31,5 +31,3 @@ module Benchmark
};
#endif /* CIAO_BENCHMARKE_IDL */
-
-
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h b/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
index 20854bc8191..506b4d42b6b 100644
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
@@ -2,11 +2,11 @@
//============================================================
/**
- * @file Test_exec.h
+ * @file RoundTrip_exec.h
*
* Header file for the Executor implementation.
*
- * @author Diego Sevilla <dsevilla@um.es>
+ * @author Diego Sevilla <dsevilla@um.es>
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
*/
//============================================================
@@ -41,13 +41,13 @@ namespace MyImpl
~RoundTrip_exec_i ();
/// Operation to test the data
- virtual CORBA::Long
+ virtual CORBA::Long
makeCall (CORBA::Long data)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual ::Benchmark::CCM_LatencyTest*
- get_latency (ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ get_latency (ACE_ENV_SINGLE_ARG_DECL)
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Operations from Components::SessionComponent
virtual void set_session_context (Components::SessionContext_ptr ctx
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h b/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h
index 6969ec90e52..40982459815 100644
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h
@@ -2,7 +2,7 @@
//============================================================
/**
- * @file Test_exec.h
+ * @file RoundTripClient_exec.h
*
* Header file for the Executor implementation.
*
@@ -58,8 +58,8 @@ namespace MyImpl
Components::CCMException));
virtual ::Benchmark::CCM_Controller_ptr
- get_controller (ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ get_controller (ACE_ENV_SINGLE_ARG_DECL)
+ ACE_THROW_SPEC ((CORBA::SystemException));
virtual void start (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));