summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/TC_Alignment/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/TC_Alignment/test_i.cpp')
-rw-r--r--TAO/tests/OBV/TC_Alignment/test_i.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/OBV/TC_Alignment/test_i.cpp b/TAO/tests/OBV/TC_Alignment/test_i.cpp
index b495f0bd3c1..c43b35e717f 100644
--- a/TAO/tests/OBV/TC_Alignment/test_i.cpp
+++ b/TAO/tests/OBV/TC_Alignment/test_i.cpp
@@ -12,8 +12,7 @@ test_i::test_i (CORBA::ORB_ptr orb)
}
CORBA::Any *
-test_i::get_value (CORBA::Long offset
- ACE_ENV_ARG_DECL)
+test_i::get_value (CORBA::Long offset)
ACE_THROW_SPEC ((CORBA::SystemException))
{
CORBA::Any_ptr retval_ptr = 0;
@@ -72,7 +71,7 @@ test_i::get_value (CORBA::Long offset
}
void
-test_i::shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+test_i::shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown ();