summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl
index 1af1a467b7b..ba26ca0930e 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.inl
@@ -3,12 +3,12 @@
#include "Event_Manager.h"
template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM> ACE_INLINE int
-TAO_NS_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::execute_i (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::execute_i (ACE_ENV_SINGLE_ARG_DECL)
{
if (this->proxy_consumer_->has_shutdown ())
return 0; // If we were shutdown while waiting in the queue, return with no action.
- TAO_NS_Admin* parent = this->proxy_consumer_->supplier_admin ();
+ TAO_Notify_Admin* parent = this->proxy_consumer_->supplier_admin ();
CORBA::Boolean val = this->proxy_consumer_->check_filters (this->event_,
parent->filter_admin (),
@@ -23,12 +23,12 @@ TAO_NS_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::execute_
return 0;
// The map of subscriptions.
- TAO_NS_Consumer_Map* map = this->proxy_consumer_->event_manager ()->consumer_map ();
+ TAO_Notify_Consumer_Map* map = this->proxy_consumer_->event_manager ()->consumer_map ();
- TAO_NS_Consumer_Map::ENTRY* entry = map->find (this->event_->type () ACE_ENV_ARG_PARAMETER);
+ TAO_Notify_Consumer_Map::ENTRY* entry = map->find (this->event_->type () ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- TAO_NS_ProxySupplier_Collection* consumers = 0;
+ TAO_Notify_ProxySupplier_Collection* consumers = 0;
if (entry != 0)
{