summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp b/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp
index aef188a6e7b..0013c7a3950 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp
@@ -8,43 +8,43 @@
ACE_RCSID(lib, TAO_SequencePushConsumer, "$id$")
-TAO_NS_SequencePushConsumer_Traits::TAO_NS_SequencePushConsumer_Traits (void)
+TAO_Notify_Tests_SequencePushConsumer_Traits::TAO_Notify_Tests_SequencePushConsumer_Traits (void)
:type_ (CosNotifyChannelAdmin::SEQUENCE_EVENT)
{
}
/*******************************************************************/
-TAO_NS_SequencePushConsumer::TAO_NS_SequencePushConsumer (void)
+TAO_Notify_Tests_SequencePushConsumer::TAO_Notify_Tests_SequencePushConsumer (void)
{
}
-TAO_NS_SequencePushConsumer::~TAO_NS_SequencePushConsumer ()
+TAO_Notify_Tests_SequencePushConsumer::~TAO_Notify_Tests_SequencePushConsumer ()
{
}
void
-TAO_NS_SequencePushConsumer::connect_to_peer (Proxy_Traits::PTR proxy_ptr, Peer_Traits::PTR peer_ptr ACE_ENV_ARG_DECL)
+TAO_Notify_Tests_SequencePushConsumer::connect_to_peer (Proxy_Traits::PTR proxy_ptr, Peer_Traits::PTR peer_ptr ACE_ENV_ARG_DECL)
{
proxy_ptr->connect_sequence_push_consumer (peer_ptr
ACE_ENV_ARG_PARAMETER);
}
void
-TAO_NS_SequencePushConsumer::disconnect_from_proxy (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_SequencePushConsumer::disconnect_from_proxy (ACE_ENV_SINGLE_ARG_DECL)
{
this->proxy_->disconnect_sequence_push_supplier (ACE_ENV_SINGLE_ARG_PARAMETER);
}
void
-TAO_NS_SequencePushConsumer::disconnect_sequence_push_consumer (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_SequencePushConsumer::disconnect_sequence_push_consumer (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
this->deactivate (ACE_ENV_SINGLE_ARG_PARAMETER);
}
void
-TAO_NS_SequencePushConsumer::push_structured_events
+TAO_Notify_Tests_SequencePushConsumer::push_structured_events
(const CosNotification::EventBatch &/*notifications*/
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException,
@@ -55,12 +55,12 @@ TAO_NS_SequencePushConsumer::push_structured_events
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class TAO_NS_Peer_T<TAO_NS_SequencePushConsumer_Traits>;
-template class TAO_NS_Consumer_T<TAO_NS_SequencePushConsumer_Traits>;
+template class TAO_Notify_Tests_Peer_T<TAO_Notify_Tests_SequencePushConsumer_Traits>;
+template class TAO_Notify_Tests_Consumer_T<TAO_Notify_Tests_SequencePushConsumer_Traits>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate TAO_NS_Peer_T<TAO_NS_SequencePushConsumer_Traits>
-#pragma instantiate TAO_NS_Consumer_T<TAO_NS_SequencePushConsumer_Traits>
+#pragma instantiate TAO_Notify_Tests_Peer_T<TAO_Notify_Tests_SequencePushConsumer_Traits>
+#pragma instantiate TAO_Notify_Tests_Consumer_T<TAO_Notify_Tests_SequencePushConsumer_Traits>
#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */