summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
commit816b9e2f354c665660f68af62de586b4fbce88fb (patch)
tree81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
parent0fb1f9698feed36fd4ea9e4f0321cac881b6d2a2 (diff)
downloadATCD-816b9e2f354c665660f68af62de586b4fbce88fb.tar.gz
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp94
1 files changed, 47 insertions, 47 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
index f52cc1f11a0..4322dbc6f29 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
@@ -6,7 +6,7 @@
#include "Method_Request_Dispatch.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(Notify, TAO_NS_Method_Request_Dispatch, "$Id$")
+ACE_RCSID(Notify, TAO_Notify_Method_Request_Dispatch, "$Id$")
#include "tao/debug.h"
#include "ProxySupplier.h"
@@ -14,51 +14,51 @@ ACE_RCSID(Notify, TAO_NS_Method_Request_Dispatch, "$Id$")
#include "Admin.h"
#include "ConsumerAdmin.h"
-TAO_NS_Method_Request_Dispatch::TAO_NS_Method_Request_Dispatch (const TAO_NS_Event_var& event, TAO_NS_ProxySupplier* proxy_supplier, CORBA::Boolean filtering)
- : TAO_NS_Method_Request_Dispatch_Base (event, proxy_supplier, filtering)
+TAO_Notify_Method_Request_Dispatch::TAO_Notify_Method_Request_Dispatch (const TAO_Notify_Event_var& event, TAO_Notify_ProxySupplier* proxy_supplier, CORBA::Boolean filtering)
+ : TAO_Notify_Method_Request_Dispatch_Base (event, proxy_supplier, filtering)
{
this->init (event);
}
-TAO_NS_Method_Request_Dispatch::~TAO_NS_Method_Request_Dispatch ()
+TAO_Notify_Method_Request_Dispatch::~TAO_Notify_Method_Request_Dispatch ()
{
}
int
-TAO_NS_Method_Request_Dispatch::execute (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Method_Request_Dispatch::execute (ACE_ENV_SINGLE_ARG_DECL)
{
return this->execute_i (ACE_ENV_SINGLE_ARG_PARAMETER);
}
/*********************************************************************************************************/
-TAO_NS_Method_Request_Dispatch_No_Copy::TAO_NS_Method_Request_Dispatch_No_Copy (const TAO_NS_Event* event, TAO_NS_ProxySupplier* proxy_supplier, CORBA::Boolean filtering)
- : TAO_NS_Method_Request_Dispatch_No_Copy_Base (event, proxy_supplier, filtering)
+TAO_Notify_Method_Request_Dispatch_No_Copy::TAO_Notify_Method_Request_Dispatch_No_Copy (const TAO_Notify_Event* event, TAO_Notify_ProxySupplier* proxy_supplier, CORBA::Boolean filtering)
+ : TAO_Notify_Method_Request_Dispatch_No_Copy_Base (event, proxy_supplier, filtering)
{
}
-TAO_NS_Method_Request_Dispatch_No_Copy:: ~TAO_NS_Method_Request_Dispatch_No_Copy ()
+TAO_Notify_Method_Request_Dispatch_No_Copy:: ~TAO_Notify_Method_Request_Dispatch_No_Copy ()
{
}
int
-TAO_NS_Method_Request_Dispatch_No_Copy::execute (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Method_Request_Dispatch_No_Copy::execute (ACE_ENV_SINGLE_ARG_DECL)
{
return this->execute_i (ACE_ENV_SINGLE_ARG_PARAMETER);
}
-TAO_NS_Method_Request*
-TAO_NS_Method_Request_Dispatch_No_Copy::copy (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Method_Request*
+TAO_Notify_Method_Request_Dispatch_No_Copy::copy (ACE_ENV_SINGLE_ARG_DECL)
{
- TAO_NS_Method_Request* request;
+ TAO_Notify_Method_Request* request;
- TAO_NS_Event* event_copy = this->event_->copy (ACE_ENV_SINGLE_ARG_PARAMETER);
+ TAO_Notify_Event* event_copy = this->event_->copy (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- TAO_NS_Event_Copy_var event_var (event_copy);
+ TAO_Notify_Event_Copy_var event_var (event_copy);
ACE_NEW_THROW_EX (request,
- TAO_NS_Method_Request_Dispatch (event_var, this->proxy_supplier_, this->filtering_),
+ TAO_Notify_Method_Request_Dispatch (event_var, this->proxy_supplier_, this->filtering_),
CORBA::INTERNAL ());
return request;
@@ -66,28 +66,28 @@ TAO_NS_Method_Request_Dispatch_No_Copy::copy (ACE_ENV_SINGLE_ARG_DECL)
/*********************************************************************************************************/
-TAO_NS_Method_Request_Dispatch_No_Copy_Ex::TAO_NS_Method_Request_Dispatch_No_Copy_Ex (const TAO_NS_Event_var& event, TAO_NS_ProxySupplier* proxy_supplier, CORBA::Boolean filtering)
- : TAO_NS_Method_Request_Dispatch_No_Copy_Ex_Base (event, proxy_supplier, filtering)
+TAO_Notify_Method_Request_Dispatch_No_Copy_Ex::TAO_Notify_Method_Request_Dispatch_No_Copy_Ex (const TAO_Notify_Event_var& event, TAO_Notify_ProxySupplier* proxy_supplier, CORBA::Boolean filtering)
+ : TAO_Notify_Method_Request_Dispatch_No_Copy_Ex_Base (event, proxy_supplier, filtering)
{
}
-TAO_NS_Method_Request_Dispatch_No_Copy_Ex:: ~TAO_NS_Method_Request_Dispatch_No_Copy_Ex ()
+TAO_Notify_Method_Request_Dispatch_No_Copy_Ex:: ~TAO_Notify_Method_Request_Dispatch_No_Copy_Ex ()
{
}
int
-TAO_NS_Method_Request_Dispatch_No_Copy_Ex::execute (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Method_Request_Dispatch_No_Copy_Ex::execute (ACE_ENV_SINGLE_ARG_DECL)
{
return this->execute_i (ACE_ENV_SINGLE_ARG_PARAMETER);
}
-TAO_NS_Method_Request*
-TAO_NS_Method_Request_Dispatch_No_Copy_Ex::copy (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Method_Request*
+TAO_Notify_Method_Request_Dispatch_No_Copy_Ex::copy (ACE_ENV_SINGLE_ARG_DECL)
{
- TAO_NS_Method_Request* request;
+ TAO_Notify_Method_Request* request;
ACE_NEW_THROW_EX (request,
- TAO_NS_Method_Request_Dispatch (this->event_, this->proxy_supplier_, this->filtering_),
+ TAO_Notify_Method_Request_Dispatch (this->event_, this->proxy_supplier_, this->filtering_),
CORBA::INTERNAL ());
return request;
@@ -97,36 +97,36 @@ TAO_NS_Method_Request_Dispatch_No_Copy_Ex::copy (ACE_ENV_SINGLE_ARG_DECL)
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class TAO_NS_Method_Request_Dispatch_T<const TAO_NS_Event_var
-, TAO_NS_ProxySupplier_Guard
-, const TAO_NS_Event_var&
-, TAO_NS_ProxySupplier*>;
+template class TAO_Notify_Method_Request_Dispatch_T<const TAO_Notify_Event_var
+, TAO_Notify_ProxySupplier_Guard
+, const TAO_Notify_Event_var&
+, TAO_Notify_ProxySupplier*>;
-template class TAO_NS_Method_Request_Dispatch_T<const TAO_NS_Event*
-, TAO_NS_ProxySupplier*
-, const TAO_NS_Event*
-, TAO_NS_ProxySupplier*>;
+template class TAO_Notify_Method_Request_Dispatch_T<const TAO_Notify_Event*
+, TAO_Notify_ProxySupplier*
+, const TAO_Notify_Event*
+, TAO_Notify_ProxySupplier*>;
-template class TAO_NS_Method_Request_Dispatch_T<const TAO_NS_Event_var&
-, TAO_NS_ProxySupplier*
-, const TAO_NS_Event_var&
-, TAO_NS_ProxySupplier*>;
+template class TAO_Notify_Method_Request_Dispatch_T<const TAO_Notify_Event_var&
+, TAO_Notify_ProxySupplier*
+, const TAO_Notify_Event_var&
+, TAO_Notify_ProxySupplier*>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate TAO_NS_Method_Request_Dispatch_T<const TAO_NS_Event_var
-, TAO_NS_ProxySupplier_Guard
-, const TAO_NS_Event_var&
-, TAO_NS_ProxySupplier*>
+#pragma instantiate TAO_Notify_Method_Request_Dispatch_T<const TAO_Notify_Event_var
+, TAO_Notify_ProxySupplier_Guard
+, const TAO_Notify_Event_var&
+, TAO_Notify_ProxySupplier*>
-#pragma instantiate TAO_NS_Method_Request_Dispatch_T<const TAO_NS_Event*
-, TAO_NS_ProxySupplier*
-, const TAO_NS_Event*
-, TAO_NS_ProxySupplier*>
+#pragma instantiate TAO_Notify_Method_Request_Dispatch_T<const TAO_Notify_Event*
+, TAO_Notify_ProxySupplier*
+, const TAO_Notify_Event*
+, TAO_Notify_ProxySupplier*>
-#pragma instantiate TAO_NS_Method_Request_Dispatch_T<const TAO_NS_Event_var&
-, TAO_NS_ProxySupplier*
-, const TAO_NS_Event_var&
-, TAO_NS_ProxySupplier*>
+#pragma instantiate TAO_Notify_Method_Request_Dispatch_T<const TAO_Notify_Event_var&
+, TAO_Notify_ProxySupplier*
+, const TAO_Notify_Event_var&
+, TAO_Notify_ProxySupplier*>
#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */