summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 19:38:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 19:38:01 +0000
commit3a97d18c383160203dccfe712056dbe4b590859c (patch)
tree3a8b05ef4fa2d1e05bd77efc9919f70bef1ebf97
parent64275d35f444fec7bf4d0f72d80882e4ecced791 (diff)
downloadATCD-3a97d18c383160203dccfe712056dbe4b590859c.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c7
-rw-r--r--TAO/tao/Context.i6
2 files changed, 7 insertions, 6 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 9d1607e9102..7316f856e90 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,10 @@
+Wed Mar 17 13:33:49 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Context.i:
+ Removed definition of is_nil(). Must have been pasted
+ in by mistake. Anyway, our Contexts are always nil,
+ so we don't need it.
+
Wed Mar 17 13:14:16 1999 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Any.cpp:
diff --git a/TAO/tao/Context.i b/TAO/tao/Context.i
index 2f71b204e11..eba2634aba8 100644
--- a/TAO/tao/Context.i
+++ b/TAO/tao/Context.i
@@ -11,12 +11,6 @@ CORBA::release (CORBA::Context_ptr ctx)
ctx->_decr_refcnt ();
}
-ACE_INLINE CORBA::Boolean
-CORBA::is_nil (CORBA::Context_ptr req)
-{
- return (CORBA::Boolean) (req == 0);
-}
-
ACE_INLINE CORBA_Context*
CORBA_Context::_duplicate (CORBA_Context* x)
{