summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Any/AnyS_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Any/AnyS_impl.cpp')
-rw-r--r--TAO/tests/OBV/Any/AnyS_impl.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tests/OBV/Any/AnyS_impl.cpp b/TAO/tests/OBV/Any/AnyS_impl.cpp
index 851de09a37c..e273412e2d5 100644
--- a/TAO/tests/OBV/Any/AnyS_impl.cpp
+++ b/TAO/tests/OBV/Any/AnyS_impl.cpp
@@ -12,8 +12,7 @@ Test_impl::Test_impl (CORBA::ORB_ptr orb)
CORBA::Any*
Test_impl::get_something (
- CORBA::Boolean need_vb
- ACE_ENV_ARG_DECL_NOT_USED)
+ CORBA::Boolean need_vb)
ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::Any_ptr ret_val_ptr = 0;
@@ -48,8 +47,7 @@ Test_impl::get_something (
}
OBV_AnyTest::VB *
-Test_impl::get_vb(
- ACE_ENV_ARG_DECL_NOT_USED)
+Test_impl::get_vb()
ACE_THROW_SPEC ((CORBA::SystemException))
{
const CORBA::ULong magic = 3145;
@@ -62,8 +60,8 @@ Test_impl::get_vb(
}
void
-Test_impl::shutdown (ACE_ENV_SINGLE_ARG_DECL)
+Test_impl::shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}