summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Table.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-06 01:58:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-06 01:58:49 +0000
commit6041d2a7fe87de2253e1d6268a660ec05e97f310 (patch)
treeb260265cc120a10cc7f94c0355ca7dedeefd2d6a /TAO/tao/ORB_Table.cpp
parentbd657734afbcc4b4c4b6a3bd0f8eb4a062587a5d (diff)
downloadATCD-6041d2a7fe87de2253e1d6268a660ec05e97f310.tar.gz
ChangeLogTag:Sat Jan 5 17:54:27 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/ORB_Table.cpp')
-rw-r--r--TAO/tao/ORB_Table.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Table.cpp b/TAO/tao/ORB_Table.cpp
index c70e4ee6908..126b08095fd 100644
--- a/TAO/tao/ORB_Table.cpp
+++ b/TAO/tao/ORB_Table.cpp
@@ -9,12 +9,16 @@
# include "ORB_Table.inl"
#endif /* ! __ACE_INLINE__ */
-ACE_RCSID(tao, ORB_Table, "$Id$")
+
+ACE_RCSID (tao,
+ ORB_Table,
+ "$Id$")
+
// ****************************************************************
TAO_ORB_Table::TAO_ORB_Table (void)
- : table_ (),
+ : table_ (TAO_DEFAULT_ORB_TABLE_SIZE),
first_orb_ (0)
{
}