summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h34
1 files changed, 9 insertions, 25 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
index e2262581bd7..c4881d7515f 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.h
@@ -40,37 +40,23 @@ namespace MyImpl
RoundTrip_exec_i ();
/// Operation to test the data
- virtual CORBA::Long makeCall (CORBA::Long data)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long makeCall (CORBA::Long data);
virtual ::Benchmark::CCM_LatencyTest*
- get_latency ()
- ACE_THROW_SPEC ((CORBA::SystemException));
+ get_latency ();
// Operations from Components::SessionComponent
- virtual void set_session_context (Components::SessionContext_ptr ctx)
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CCMException));
+ virtual void set_session_context (Components::SessionContext_ptr ctx);
- virtual void ciao_preactivate ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CCMException));
+ virtual void ciao_preactivate ();
- virtual void ccm_activate ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CCMException));
+ virtual void ccm_activate ();
- virtual void ciao_postactivate ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CCMException));
+ virtual void ciao_postactivate ();
- virtual void ccm_passivate ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CCMException));
+ virtual void ccm_passivate ();
- virtual void ccm_remove ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CCMException));
+ virtual void ccm_remove ();
/// Helper function to be called back by timeout_Handler
void pulse (void);
@@ -102,9 +88,7 @@ namespace MyImpl
// Implicit home operations.
virtual ::Components::EnterpriseComponent_ptr
- create ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CCMException));
+ create ();
protected: