summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-31 20:14:04 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-31 20:14:04 +0000
commita7670819939c2ffbc08e55e71e67b79371278646 (patch)
treed1e550dc3164a5d15d3b55a97dc8029cb97fbfd4 /TAO/tao/Any.h
parent8a1e8d609b37b11b702663b6ec635ae4d634b590 (diff)
downloadATCD-a7670819939c2ffbc08e55e71e67b79371278646.tar.gz
ChangeLogTag:Fri Jul 31 15:10:12 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r--TAO/tao/Any.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h
index 11b60e43443..cef30270d3e 100644
--- a/TAO/tao/Any.h
+++ b/TAO/tao/Any.h
@@ -282,9 +282,6 @@ private:
CORBA::Boolean any_owns_data_;
// Flag that indicates the ORB is responsible for deleting the data.
- CORBA::ULong refcount_;
- // Reference count the <Any> to reduce copying costs.
-
// 94-9-14 hides unsigned char insert/extract
void operator<<= (unsigned char);
CORBA::Boolean operator>>= (unsigned char&) const;