summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.i
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-04 21:25:40 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-04 21:25:40 +0000
commitf6cc7a09113813d9e08b03b736abd7eb86a97d45 (patch)
treeb59f70927804a4f16016ba0db5a3e2e8745191ad /TAO/tao/Environment.i
parented14a84fc5bd439016fed50aef874a79c091593c (diff)
downloadATCD-f6cc7a09113813d9e08b03b736abd7eb86a97d45.tar.gz
Unlined a bunch of methods in CORBA namespace.
Diffstat (limited to 'TAO/tao/Environment.i')
-rw-r--r--TAO/tao/Environment.i13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/Environment.i b/TAO/tao/Environment.i
index 83b618b4413..6d318b17359 100644
--- a/TAO/tao/Environment.i
+++ b/TAO/tao/Environment.i
@@ -7,19 +7,6 @@ CORBA_Environment::exception (void) const
return this->exception_;
}
-ACE_INLINE void
-CORBA::release (CORBA::Environment_ptr env)
-{
- if (env)
- env->_decr_refcnt ();
-}
-
-ACE_INLINE CORBA::Boolean
-CORBA::is_nil (CORBA::Environment_ptr env)
-{
- return env == 0;
-}
-
// *************************************************************
// Inline operations for class CORBA_Environment_var
// *************************************************************