summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Properties.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Properties.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Properties.inl44
1 files changed, 22 insertions, 22 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Properties.inl b/TAO/orbsvcs/orbsvcs/Notify/Properties.inl
index 5265fdc82c5..c281a692d23 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Properties.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Properties.inl
@@ -1,121 +1,121 @@
// $Id$
-ACE_INLINE TAO_NS_Factory*
-TAO_NS_Properties::factory (void)
+ACE_INLINE TAO_Notify_Factory*
+TAO_Notify_Properties::factory (void)
{
return this->factory_;
}
ACE_INLINE void
-TAO_NS_Properties::factory (TAO_NS_Factory* factory)
+TAO_Notify_Properties::factory (TAO_Notify_Factory* factory)
{
this->factory_ = factory;
}
-ACE_INLINE TAO_NS_Builder*
-TAO_NS_Properties::builder (void)
+ACE_INLINE TAO_Notify_Builder*
+TAO_Notify_Properties::builder (void)
{
return this->builder_;
}
ACE_INLINE void
-TAO_NS_Properties::builder (TAO_NS_Builder* builder)
+TAO_Notify_Properties::builder (TAO_Notify_Builder* builder)
{
this->builder_ = builder;
}
ACE_INLINE CORBA::ORB_ptr
-TAO_NS_Properties::orb (void)
+TAO_Notify_Properties::orb (void)
{
return CORBA::ORB::_duplicate (orb_.in ());
}
ACE_INLINE void
-TAO_NS_Properties::orb (CORBA::ORB_ptr orb)
+TAO_Notify_Properties::orb (CORBA::ORB_ptr orb)
{
orb_ = CORBA::ORB::_duplicate (orb);
}
ACE_INLINE PortableServer::POA_ptr
-TAO_NS_Properties::default_poa (void)
+TAO_Notify_Properties::default_poa (void)
{
return PortableServer::POA::_duplicate (this->default_poa_.in ());
}
ACE_INLINE void
-TAO_NS_Properties::default_poa (PortableServer::POA_ptr default_poa)
+TAO_Notify_Properties::default_poa (PortableServer::POA_ptr default_poa)
{
this->default_poa_ = PortableServer::POA::_duplicate (default_poa);
}
ACE_INLINE CORBA::Boolean
-TAO_NS_Properties::asynch_updates (void)
+TAO_Notify_Properties::asynch_updates (void)
{
return this->asynch_updates_;
}
ACE_INLINE void
-TAO_NS_Properties::asynch_updates (CORBA::Boolean asynch_updates)
+TAO_Notify_Properties::asynch_updates (CORBA::Boolean asynch_updates)
{
this->asynch_updates_ = asynch_updates;
}
ACE_INLINE const CosNotification::QoSProperties&
-TAO_NS_Properties::default_event_channel_qos_properties (void)
+TAO_Notify_Properties::default_event_channel_qos_properties (void)
{
return this->ec_qos_;
}
ACE_INLINE void
-TAO_NS_Properties::default_event_channel_qos_properties (const CosNotification::QoSProperties &ec_qos)
+TAO_Notify_Properties::default_event_channel_qos_properties (const CosNotification::QoSProperties &ec_qos)
{
this->ec_qos_ = ec_qos;
}
ACE_INLINE const CosNotification::QoSProperties&
-TAO_NS_Properties::default_supplier_admin_qos_properties (void)
+TAO_Notify_Properties::default_supplier_admin_qos_properties (void)
{
return this->sa_qos_;
}
ACE_INLINE void
-TAO_NS_Properties::default_supplier_admin_qos_properties (const CosNotification::QoSProperties &sa_qos)
+TAO_Notify_Properties::default_supplier_admin_qos_properties (const CosNotification::QoSProperties &sa_qos)
{
this->sa_qos_ = sa_qos;
}
ACE_INLINE const CosNotification::QoSProperties&
-TAO_NS_Properties::default_consumer_admin_qos_properties (void)
+TAO_Notify_Properties::default_consumer_admin_qos_properties (void)
{
return this->ca_qos_;
}
ACE_INLINE void
-TAO_NS_Properties::default_consumer_admin_qos_properties (const CosNotification::QoSProperties &ca_qos)
+TAO_Notify_Properties::default_consumer_admin_qos_properties (const CosNotification::QoSProperties &ca_qos)
{
this->ca_qos_ = ca_qos;
}
ACE_INLINE const CosNotification::QoSProperties&
-TAO_NS_Properties::default_proxy_supplier_qos_properties (void)
+TAO_Notify_Properties::default_proxy_supplier_qos_properties (void)
{
return this->ps_qos_;
}
ACE_INLINE void
-TAO_NS_Properties::default_proxy_supplier_qos_properties (const CosNotification::QoSProperties &ps_qos)
+TAO_Notify_Properties::default_proxy_supplier_qos_properties (const CosNotification::QoSProperties &ps_qos)
{
this->ps_qos_ = ps_qos;
}
ACE_INLINE const CosNotification::QoSProperties&
-TAO_NS_Properties::default_proxy_consumer_qos_properties (void)
+TAO_Notify_Properties::default_proxy_consumer_qos_properties (void)
{
return this->pc_qos_;
}
ACE_INLINE void
-TAO_NS_Properties::default_proxy_consumer_qos_properties (const CosNotification::QoSProperties &pc_qos)
+TAO_Notify_Properties::default_proxy_consumer_qos_properties (const CosNotification::QoSProperties &pc_qos)
{
this->pc_qos_ = pc_qos;
}