summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 19:52:47 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 19:52:47 +0000
commit819b8e310fdb875e3cac6b49f9c049e277aa630e (patch)
tree5842cdead4a402d6483564ea261c8f8ed98a2bcc /TAO/tao/Environment.cpp
parent5199cf0d96c801812a267ed46f52f2d43c191ec7 (diff)
downloadATCD-819b8e310fdb875e3cac6b49f9c049e277aa630e.tar.gz
Mon Jun 07 15:47:02 1999 and Tue Jun 08 13:36:36 1999 by Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Environment.cpp')
-rw-r--r--TAO/tao/Environment.cpp17
1 files changed, 2 insertions, 15 deletions
diff --git a/TAO/tao/Environment.cpp b/TAO/tao/Environment.cpp
index fbefa9c59f3..d855e86bc33 100644
--- a/TAO/tao/Environment.cpp
+++ b/TAO/tao/Environment.cpp
@@ -10,19 +10,6 @@
ACE_RCSID(tao, Environment, "$Id$")
-void
-CORBA::release (CORBA::Environment_ptr env)
-{
- if (env)
- env->_decr_refcnt ();
-}
-
-CORBA::Boolean
-CORBA::is_nil (CORBA::Environment_ptr env)
-{
- return env == 0;
-}
-
#if 0
CORBA_Environment::CORBA_Environment (void)
: exception_ (0),
@@ -175,7 +162,7 @@ CORBA::Environment::exception_type (void) const
// platforms?!
// @@ Doug: Yes, they are used to compare against the _id() of the
// exception, which should have been mappend to the native
- // codeset. Notice the "should" we haven't tried that stuff yet,
+ // codeset. Notice the "should" we haven't tried that stuff yet,
// and i find it hard to keep track of all the transformations
// going on, specially for the TypeCodes that are generated by
// the IDL compiler vs. the ones hard-coded in
@@ -236,7 +223,7 @@ CORBA::Environment::print_exception (const char *info,
CORBA_SystemException::_narrow (this->exception_);
if (x2 != 0)
- x2->print_exception_tao_ ();
+ x2->_tao_print_system_exception ();
else
// @@ we can use the exception's typecode to dump all the data
// held within it ...