summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Buffered_Oneways/test_i.cpp')
-rw-r--r--TAO/examples/Buffered_Oneways/test_i.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/examples/Buffered_Oneways/test_i.cpp b/TAO/examples/Buffered_Oneways/test_i.cpp
index 95972fe8939..ab9ad6c7c48 100644
--- a/TAO/examples/Buffered_Oneways/test_i.cpp
+++ b/TAO/examples/Buffered_Oneways/test_i.cpp
@@ -10,8 +10,7 @@ test_i::test_i (CORBA::ORB_ptr orb)
}
void
-test_i::method (CORBA::ULong request_number
- ACE_ENV_ARG_DECL_NOT_USED)
+test_i::method (CORBA::ULong request_number)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
@@ -20,9 +19,8 @@ test_i::method (CORBA::ULong request_number
}
void
-test_i::shutdown (ACE_ENV_SINGLE_ARG_DECL)
+test_i::shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0
- ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}