summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 21:39:25 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-15 21:39:25 +0000
commite26571d46110a45de8000091aa1d400cf3e33021 (patch)
tree9eb9d84b53d378fcc191899a3558860aa387859f /TAO/tao/Environment.cpp
parente4b0b432180736d8d1751e7e3373aa25ca88559e (diff)
downloadATCD-e26571d46110a45de8000091aa1d400cf3e33021.tar.gz
ChangeLogTag:Thu Apr 15 16:35:27 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Environment.cpp')
-rw-r--r--TAO/tao/Environment.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/Environment.cpp b/TAO/tao/Environment.cpp
index 298581a24d8..0242aa5648e 100644
--- a/TAO/tao/Environment.cpp
+++ b/TAO/tao/Environment.cpp
@@ -127,13 +127,7 @@ CORBA_Environment::default_environment ()
TAO_ORB_Core_instance ()->default_environment ()->clear ();
#endif /* TAO_HAS_EXCEPTIONS */
- return *TAO_ORB_Core_instance ()->default_environment ();
-}
-
-CORBA_Environment&
-CORBA::default_environment ()
-{
- return CORBA_Environment::default_environment ();
+ return CORBA::default_environment ();
}
// Convenience -- say if the exception is a system exception or not.