summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp
index bf9f1220aa9..723a2879d88 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Lookup_T.cpp
@@ -1,6 +1,6 @@
// $Id$
-#ifndef TAO_NS_Method_Request_Lookup_T_CPP
-#define TAO_NS_Method_Request_Lookup_T_CPP
+#ifndef TAO_Notify_Method_Request_Lookup_T_CPP
+#define TAO_Notify_Method_Request_Lookup_T_CPP
#include "Method_Request_Lookup_T.h"
@@ -8,24 +8,24 @@
#include "Method_Request_Lookup_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(Notify, TAO_NS_Method_Request_Lookup_T, "$id$")
+ACE_RCSID(Notify, TAO_Notify_Method_Request_Lookup_T, "$id$")
template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM>
-TAO_NS_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::TAO_NS_Method_Request_Lookup_T (EVENT_PARAM event, PROXY_PARAM proxy_consumer)
+TAO_Notify_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::TAO_Notify_Method_Request_Lookup_T (EVENT_PARAM event, PROXY_PARAM proxy_consumer)
:event_ (event), proxy_consumer_ (proxy_consumer)
{
}
template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM>
-TAO_NS_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::~TAO_NS_Method_Request_Lookup_T ()
+TAO_Notify_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::~TAO_Notify_Method_Request_Lookup_T ()
{
}
template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM> void
-TAO_NS_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::work (TAO_NS_ProxySupplier* proxy_supplier ACE_ENV_ARG_DECL)
+TAO_Notify_Method_Request_Lookup_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::work (TAO_Notify_ProxySupplier* proxy_supplier ACE_ENV_ARG_DECL)
{
proxy_supplier->push (this->event_ ACE_ENV_ARG_PARAMETER);
}
-#endif /* TAO_NS_Method_Request_Lookup_T_CPP */
+#endif /* TAO_Notify_Method_Request_Lookup_T_CPP */