summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp
index 07a8a2b78d4..d096144ca85 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_T.cpp
@@ -1,6 +1,6 @@
// $Id$
-#ifndef TAO_NS_Method_Request_Dispatch_T_CPP
-#define TAO_NS_Method_Request_Dispatch_T_CPP
+#ifndef TAO_Notify_Method_Request_Dispatch_T_CPP
+#define TAO_Notify_Method_Request_Dispatch_T_CPP
#include "Method_Request_Dispatch_T.h"
@@ -8,17 +8,17 @@
#include "Method_Request_Dispatch_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(Notify, TAO_NS_Method_Request_Dispatch_T, "$id$")
+ACE_RCSID(Notify, TAO_Notify_Method_Request_Dispatch_T, "$id$")
template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM>
-TAO_NS_Method_Request_Dispatch_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::TAO_NS_Method_Request_Dispatch_T (EVENT_PARAM event, PROXY_PARAM proxy_supplier, CORBA::Boolean filtering)
+TAO_Notify_Method_Request_Dispatch_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::TAO_Notify_Method_Request_Dispatch_T (EVENT_PARAM event, PROXY_PARAM proxy_supplier, CORBA::Boolean filtering)
:event_ (event), proxy_supplier_ (proxy_supplier), filtering_ (filtering)
{
}
template <class EVENT, class PROXY, class EVENT_PARAM, class PROXY_PARAM>
-TAO_NS_Method_Request_Dispatch_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::~TAO_NS_Method_Request_Dispatch_T ()
+TAO_Notify_Method_Request_Dispatch_T<EVENT, PROXY, EVENT_PARAM, PROXY_PARAM>::~TAO_Notify_Method_Request_Dispatch_T ()
{
}
-#endif /* TAO_NS_Method_Request_Dispatch_T_CPP */
+#endif /* TAO_Notify_Method_Request_Dispatch_T_CPP */