summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h')
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h
index 6eced0ebb9b..bfd469f86e4 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h
@@ -31,17 +31,13 @@ public:
// ctor
// = The Simple_Server methods.
- void sendCharSeq (const Char_Seq & charSeq)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void sendCharSeq (const Char_Seq & charSeq);
- void sendOctetSeq (const Octet_Seq & octetSeq)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void sendOctetSeq (const Octet_Seq & octetSeq);
- CORBA::Long get_number (CORBA::Long num)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long get_number (CORBA::Long num);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
private:
CORBA::ORB_var orb_;