summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp')
-rw-r--r--TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp b/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp
index 6f42247d210..0d65f210bbe 100644
--- a/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp
@@ -12,14 +12,12 @@ Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
Test::Timestamp
Roundtrip::test_method (Test::Timestamp send_time)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return send_time;
}
void
Roundtrip::shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
}