summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-04-11 00:28:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-04-11 00:28:25 +0000
commitbcfd2b705a5575cead2a1540bb60f6dab21a3006 (patch)
tree1bfa984d1f1a7da84f5174a224ca36815a011e16 /TAO/tao/Object_Ref_Table.cpp
parent3b2f2e521c23b96a52b812d64ba2a3b14d252175 (diff)
downloadATCD-bcfd2b705a5575cead2a1540bb60f6dab21a3006.tar.gz
ChangeLogTag:Wed Apr 10 17:15:08 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.cpp')
-rw-r--r--TAO/tao/Object_Ref_Table.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index 00a130ed689..2ed94778f87 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -1,8 +1,3 @@
-// -*- C++ -*-
-//
-// $Id$
-
-
#include "Object_Ref_Table.h"
#include "Object.h"
#include "Exception.h"
@@ -14,11 +9,10 @@ ACE_RCSID (tao,
Object_Ref_Table,
"$Id$")
-
// ****************************************************************
TAO_Object_Ref_Table::TAO_Object_Ref_Table (void)
- : table_ ()
+ : table_ (TAO_DEFAULT_OBJECT_REF_TABLE_SIZE)
{
}