summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-09-09 02:43:50 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-09-09 02:43:50 +0000
commitcaa827d5976ed5c3aee0b050f0abf5c86b6daff3 (patch)
treec3f08f51689dd8dc89c10648562261e5609f0e03 /TAO
parent067b571fa4304bdd2d9808af8ac62fbb367f6f53 (diff)
downloadATCD-caa827d5976ed5c3aee0b050f0abf5c86b6daff3.tar.gz
ChangeLogTag:Wed Sep 8 21:36:34 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a61245f7bb0..9cbbcf27b54 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -15,11 +15,12 @@ Wed Sep 8 21:36:34 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
clients should not be using this directly.
- The _duplicate () will check for stack based typecodes,
- allocate a typecode off the heap. If the typecode is heap
- allocated we just increment the refcount.
+ allocate a typecode off the heap if the incoming tyoecodes are
+ stack based. If the typecode is heap allocated we just increment
+ the refcount.
- The _release () decrements the ref count if it is off the heap
- and is no-op otherwise.
+ and is a no-op otherwise.
The Typecode had a boolean flag orb_owns_ which was supposed to
be used for the above, but we never used it for some reason.