diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp index 2db62342778..e68019136bd 100644 --- a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp @@ -31,14 +31,14 @@ TAO_Notify_Tests_StructuredPushConsumer::connect_to_peer (Proxy_Traits::PTR prox } void -TAO_Notify_Tests_StructuredPushConsumer::disconnect_from_proxy (ACE_ENV_SINGLE_ARG_DECL) +TAO_Notify_Tests_StructuredPushConsumer::disconnect_from_proxy (void) { ACE_DEBUG((LM_DEBUG, "\nPush Consumer disconnecting from supplier.\n")); - this->proxy_->disconnect_structured_push_supplier (ACE_ENV_SINGLE_ARG_PARAMETER); + this->proxy_->disconnect_structured_push_supplier (); } void -TAO_Notify_Tests_StructuredPushConsumer::disconnect_structured_push_consumer (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) +TAO_Notify_Tests_StructuredPushConsumer::disconnect_structured_push_consumer (void) ACE_THROW_SPEC ((CORBA::SystemException)) { bool this_method_used_only_by_notify_service = false; |