summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter_Registry.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 12:28:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 12:28:52 +0000
commit7913627dd9955e6ee4eed5ccebfaff86992723f1 (patch)
tree884f9c2d245721f663bab9763c125d2e85c372b3 /TAO/tao/Adapter_Registry.h
parent046cf1de717b1d1ea873ba36ee75d68bae51c7d0 (diff)
downloadATCD-7913627dd9955e6ee4eed5ccebfaff86992723f1.tar.gz
ChangeLogTag: Tue Apr 12 13:20:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Adapter_Registry.h')
-rw-r--r--TAO/tao/Adapter_Registry.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Adapter_Registry.h b/TAO/tao/Adapter_Registry.h
index 16acc1e3723..e184f1a81ca 100644
--- a/TAO/tao/Adapter_Registry.h
+++ b/TAO/tao/Adapter_Registry.h
@@ -103,10 +103,14 @@ private:
/// The ORB Core
TAO_ORB_Core *orb_core_;
- /// A simple array of adapters.
+ /**
+ * @name A simple array of adapters.
+ */
+ //@{
size_t adapters_capacity_;
size_t adapters_count_;
TAO_Adapter **adapters_;
+ //@}
};
#if defined(_MSC_VER)