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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h
index 27dccfeb62d..6eced0ebb9b 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.h
@@ -31,16 +31,16 @@ public:
// ctor
// = The Simple_Server methods.
- void sendCharSeq (const Char_Seq & charSeq ACE_ENV_ARG_DECL_NOT_USED)
+ void sendCharSeq (const Char_Seq & charSeq)
ACE_THROW_SPEC ((CORBA::SystemException));
- void sendOctetSeq (const Octet_Seq & octetSeq ACE_ENV_ARG_DECL_NOT_USED)
+ void sendOctetSeq (const Octet_Seq & octetSeq)
ACE_THROW_SPEC ((CORBA::SystemException));
- CORBA::Long get_number (CORBA::Long num ACE_ENV_ARG_DECL_NOT_USED)
+ CORBA::Long get_number (CORBA::Long num)
ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
private: