summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp')
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp14
1 files changed, 5 insertions, 9 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp
index 97cb2161a4d..361f6e0e653 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/test_i.cpp
@@ -10,8 +10,7 @@ ACE_RCSID(Reliable, test_i, "$Id$")
#endif /* __ACE_INLINE__ */
void
-Test_i::oneway_work_test (CORBA::ULong work
- ACE_ENV_ARG_DECL_NOT_USED)
+Test_i::oneway_work_test (CORBA::ULong work)
ACE_THROW_SPEC ((CORBA::SystemException))
{
for (CORBA::ULong i = 0; i < work; i++)
@@ -24,15 +23,13 @@ Test_i::oneway_work_test (CORBA::ULong work
}
void
-Test_i::oneway_payload_test (const Test::data &
- ACE_ENV_ARG_DECL_NOT_USED)
+Test_i::oneway_payload_test (const Test::data &)
ACE_THROW_SPEC ((CORBA::SystemException))
{
}
void
-Test_i::twoway_work_test (CORBA::ULong work
- ACE_ENV_ARG_DECL_NOT_USED)
+Test_i::twoway_work_test (CORBA::ULong work)
ACE_THROW_SPEC ((CORBA::SystemException))
{
for (CORBA::ULong i = 0; i < work; i++)
@@ -45,9 +42,8 @@ Test_i::twoway_work_test (CORBA::ULong work
}
void
-Test_i::shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED ACE_ENV_SINGLE_ARG_PARAMETER)
+Test_i::shutdown ()
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0
- ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}