summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1476_Regression/Sender_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1476_Regression/Sender_i.cpp')
-rw-r--r--TAO/tests/Bug_1476_Regression/Sender_i.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/Bug_1476_Regression/Sender_i.cpp b/TAO/tests/Bug_1476_Regression/Sender_i.cpp
index 3a7769ee7fe..311fba07133 100644
--- a/TAO/tests/Bug_1476_Regression/Sender_i.cpp
+++ b/TAO/tests/Bug_1476_Regression/Sender_i.cpp
@@ -14,8 +14,7 @@ Sender_i::~Sender_i (void)
}
void
-Sender_i::active_objects (CORBA::ULong no_threads
- ACE_ENV_ARG_DECL_NOT_USED)
+Sender_i::active_objects (CORBA::ULong no_threads)
ACE_THROW_SPEC ((CORBA::SystemException))
{
this->active_objects_ = no_threads;
@@ -23,7 +22,7 @@ Sender_i::active_objects (CORBA::ULong no_threads
void
-Sender_i::send_ready_message (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+Sender_i::send_ready_message (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,