summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-28 12:15:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-28 12:15:24 +0000
commit242e1a018d608df3d56df6b28e136bff9f8c79a9 (patch)
tree4a4a10ae4d370e684c8a49eb7454d0982f6b8706 /TAO/tao/Environment.cpp
parent99c513d228740018c656ade1c93302cc04351911 (diff)
downloadATCD-242e1a018d608df3d56df6b28e136bff9f8c79a9.tar.gz
Tue Sep 28 12:10:42 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Environment.h: * tao/Environment.cpp: * tao/Exception.h: * tao/Fault_Tolerance_Service.h: * tao/Flushing_Strategy.h: * tao/GIOP_Message_State.h: * tao/IIOP_Acceptor.h: * tao/IIOP_Connection_Handler.h: * tao/IIOP_Endpoint.h: * tao/Incoming_Message_Queue.h: * tao/Invocation_Adapter.h: * tao/Invocation_Base.h: * tao/Leader_Follower.h: * tests/Client_Leaks/Client_Task.h: * tests/MT_Timeout/Client_Task.h: Doxygen fixes
Diffstat (limited to 'TAO/tao/Environment.cpp')
-rw-r--r--TAO/tao/Environment.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/Environment.cpp b/TAO/tao/Environment.cpp
index 421c9178ffe..a0dc085d790 100644
--- a/TAO/tao/Environment.cpp
+++ b/TAO/tao/Environment.cpp
@@ -100,7 +100,6 @@ CORBA::Environment::clear (void)
CORBA::Environment&
CORBA::Environment::default_environment ()
{
- //
// If we are using native C++ exceptions the user is *not* supposed
// to clear the environment every time she calls into TAO. In fact
// the user is not supposed to use the environment at all!
@@ -113,7 +112,6 @@ CORBA::Environment::default_environment ()
// This is not an issue when using the alternative C++ mapping (with
// the Environment argument) because then the user is supposed to
// clear the environment before calling into the ORB.
- //
TAO_ORB_Core_instance ()->default_environment ()->clear ();
return TAO_default_environment ();;