summaryrefslogtreecommitdiff
path: root/TAO/tao/AbstractBase.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-01 16:00:43 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-01 16:00:43 +0000
commitff0b19a39616e16ec1edc5af70b65b17b2ebca18 (patch)
treede8d327704bdb48ff6a59c083ae1f57b5b1c423d /TAO/tao/AbstractBase.h
parentcac26823fda995fce00d694ac247d617dabba2ec (diff)
downloadATCD-ff0b19a39616e16ec1edc5af70b65b17b2ebca18.tar.gz
ChangeLogTag: Tue Oct 1 10:49:39 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/AbstractBase.h')
-rw-r--r--TAO/tao/AbstractBase.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/AbstractBase.h b/TAO/tao/AbstractBase.h
index 2f9bdb640c1..902e6c37020 100644
--- a/TAO/tao/AbstractBase.h
+++ b/TAO/tao/AbstractBase.h
@@ -103,21 +103,6 @@ private:
CORBA::Boolean is_collocated_;
TAO_Abstract_ServantBase *servant_;
CORBA::Boolean is_local_;
-
- /// Number of outstanding references to this object.
- CORBA::ULong refcount_;
-
- /// Protect reference count manipulation from race conditions.
- /**
- * This lock is only instantiated for unconstrained objects. The
- * reason for this is that locality-constrained objects that do not
- * require reference counting (the default) may be instantiated in
- * the critical path.
- *
- * @note This assumes that unconstrained objects will not be
- * instantiated in the critical path.
- */
- TAO_SYNCH_MUTEX * refcount_lock_;
};
/**