summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
commite733a22adceaf6714d9bc7b4a1467ee6fd4970fd (patch)
tree8c4c5f9b7c85a50b26ec8a62898784e9e1f0f607 /TAO/orbsvcs/orbsvcs/Event
parent888edcb35d3e669e8b930d5c10b468ed0d80ad3e (diff)
downloadATCD-e733a22adceaf6714d9bc7b4a1467ee6fd4970fd.tar.gz
ChangeLogTag:Thu Jun 3 15:16:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp6
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h4
3 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp
index 2590494e730..b3808aa30bc 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp
@@ -14,7 +14,7 @@ ACE_RCSID(Event, EC_Command, "$Id$")
template<class Target, class Object> int
TAO_EC_Connected_Command<Target,Object>::execute (void* arg)
{
- CORBA::Environment *env = &CORBA::default_environment ();
+ CORBA::Environment *env = &TAO_default_environment ();
if (arg != 0)
env = ACE_static_cast(CORBA::Environment*, arg);
@@ -27,7 +27,7 @@ TAO_EC_Connected_Command<Target,Object>::execute (void* arg)
template<class Target, class Object> int
TAO_EC_Disconnected_Command<Target,Object>::execute (void* arg)
{
- CORBA::Environment *env = &CORBA::default_environment ();
+ CORBA::Environment *env = &TAO_default_environment ();
if (arg != 0)
env = ACE_static_cast(CORBA::Environment*, arg);
@@ -40,7 +40,7 @@ TAO_EC_Disconnected_Command<Target,Object>::execute (void* arg)
template<class Target> int
TAO_EC_Shutdown_Command<Target>::execute (void* arg)
{
- CORBA::Environment *env = &CORBA::default_environment ();
+ CORBA::Environment *env = &TAO_default_environment ();
if (arg != 0)
env = ACE_static_cast(CORBA::Environment*, arg);
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
index 3cc9cd8b303..50b0a0f3c92 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
@@ -113,9 +113,9 @@ public:
// = The Servant methods
virtual PortableServer::POA_ptr _default_POA (CORBA::Environment& env);
virtual void _add_ref (CORBA_Environment &ACE_TRY_ENV =
- CORBA::default_environment ());
+ TAO_default_environment ());
virtual void _remove_ref (CORBA_Environment &ACE_TRY_ENV =
- CORBA::default_environment ());
+ TAO_default_environment ());
private:
CORBA::Boolean is_connected_i (void) const;
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h b/TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h
index fc79092b87f..3b92c511b3b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h
@@ -148,9 +148,9 @@ public:
// = The Servant methods
virtual PortableServer::POA_ptr _default_POA (CORBA::Environment& env);
virtual void _add_ref (CORBA_Environment &ACE_TRY_ENV =
- CORBA::default_environment ());
+ TAO_default_environment ());
virtual void _remove_ref (CORBA_Environment &ACE_TRY_ENV =
- CORBA::default_environment ());
+ TAO_default_environment ());
private:
CORBA::Boolean is_connected_i (void) const;