summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Ref_Table.cpp')
-rw-r--r--TAO/tao/Object_Ref_Table.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index f4eb8eec30d..c883296595d 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -2,7 +2,6 @@
//
// $Id$
-
#include "Object_Ref_Table.h"
#include "Object.h"
#include "Exception.h"
@@ -14,7 +13,6 @@ ACE_RCSID (tao,
Object_Ref_Table,
"$Id$")
-
// ****************************************************************
TAO_Object_Ref_Table::TAO_Object_Ref_Table (void)
@@ -110,12 +108,6 @@ TAO_Object_Ref_Table::end (void)
return this->table_.end ();
}
-size_t
-TAO_Object_Ref_Table::current_size (void) const
-{
- return this->table_.current_size ();
-}
-
int
TAO_Object_Ref_Table::bind (const char *id,
CORBA::Object_ptr obj)
@@ -184,6 +176,9 @@ TAO_Object_Ref_Table::unbind (const char *id)
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Hash_Map_Entry<const char *, CORBA::Object_ptr>;
+template class ACE_Hash_Map_Manager<const char *, CORBA::Object_ptr, ACE_Null_Mutex>;
+template class ACE_Hash_Map_Iterator<const char *, CORBA::Object_ptr, ACE_Null_Mutex>;
+template class ACE_Hash_Map_Reverse_Iterator<const char *, CORBA::Object_ptr, ACE_Null_Mutex>;
template class ACE_Hash_Map_Manager_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, ACE_Null_Mutex>;
template class ACE_Hash_Map_Iterator_Base_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, ACE_Null_Mutex>;
template class ACE_Hash_Map_Iterator_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, ACE_Null_Mutex>;
@@ -192,6 +187,9 @@ template class ACE_Hash_Map_Reverse_Iterator_Ex<const char *, CORBA::Object_ptr,
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_Hash_Map_Entry<const char *, CORBA::Object_ptr>
+#pragma instantiate ACE_Hash_Map_Manager<const char *, CORBA::Object_ptr, ACE_Null_Mutex>
+#pragma instantiate ACE_Hash_Map_Iterator<const char *, CORBA::Object_ptr, ACE_Null_Mutex>
+#pragma instantiate ACE_Hash_Map_Reverse_Iterator<const char *, CORBA::Object_ptr, ACE_Null_Mutex>
#pragma instantiate ACE_Hash_Map_Manager_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, ACE_Null_Mutex>
#pragma instantiate ACE_Hash_Map_Iterator_Base_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, ACE_Null_Mutex>
#pragma instantiate ACE_Hash_Map_Iterator_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, ACE_Null_Mutex>