summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Oneways/Peer.h')
-rw-r--r--TAO/tests/Big_Oneways/Peer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Big_Oneways/Peer.h b/TAO/tests/Big_Oneways/Peer.h
index 8f2d18e8445..c1c2777cbc4 100644
--- a/TAO/tests/Big_Oneways/Peer.h
+++ b/TAO/tests/Big_Oneways/Peer.h
@@ -24,10 +24,8 @@ public:
CORBA::ULong payload_size,
CORBA::ULong thread_count,
CORBA::ULong message_count,
- CORBA::ULong peer_count)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::ULong peer_count);
+ virtual void shutdown (void);
private:
/// Keep a pointer to the ORB to shutdown cleanly