summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/LatencyTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/LatencyTest.h')
-rw-r--r--CIAO/performance-tests/Benchmark/LatencyTest.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/performance-tests/Benchmark/LatencyTest.h b/CIAO/performance-tests/Benchmark/LatencyTest.h
index 7bd3de194bf..bafda6e76c0 100644
--- a/CIAO/performance-tests/Benchmark/LatencyTest.h
+++ b/CIAO/performance-tests/Benchmark/LatencyTest.h
@@ -17,11 +17,9 @@ class LatencyTest
LatencyTest (CORBA::ORB_ptr orb);
// = The skeleton methods
- virtual CORBA::Long makeCall (CORBA::Long send_time)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Long makeCall (CORBA::Long send_time);
- virtual void shutdown ()
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown ();
private:
/// Use an ORB reference to conver strings to objects and shutdown