summaryrefslogtreecommitdiff
path: root/TAO/tao/Resource_Factory.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-08-22 16:25:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-08-22 16:25:30 +0000
commit5959341d089dd0aa3646348c27a3c3e7a4095762 (patch)
tree18074cd8edf649f278c7f75326c89b72e03b6a9c /TAO/tao/Resource_Factory.cpp
parent2939ea8307c174e86a64e17a09377123781e531a (diff)
downloadATCD-5959341d089dd0aa3646348c27a3c3e7a4095762.tar.gz
ChangeLogTag:Sun Aug 22 09:48:40 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Resource_Factory.cpp')
-rw-r--r--TAO/tao/Resource_Factory.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/tao/Resource_Factory.cpp b/TAO/tao/Resource_Factory.cpp
index 976596fa629..26c9262092c 100644
--- a/TAO/tao/Resource_Factory.cpp
+++ b/TAO/tao/Resource_Factory.cpp
@@ -1,7 +1,9 @@
// $Id$
-#include "tao/Resource_Factory.h"
+#include "ace/Auto_Ptr.h"
#include "ace/Dynamic_Service.h"
+
+#include "tao/Resource_Factory.h"
#include "tao/ORB_Core.h"
#include "tao/Client_Strategy_Factory.h"
@@ -140,6 +142,9 @@ template class ACE_Node<TAO_Protocol_Item*>;
template class ACE_Unbounded_Set<TAO_Protocol_Item*>;
template class ACE_Unbounded_Set_Iterator<TAO_Protocol_Item*>;
+template class auto_ptr<TAO_Cached_Connector_Lock>;
+template class ACE_Auto_Basic_Ptr<TAO_Cached_Connector_Lock>;
+
template class ACE_Guard<TAO_Cached_Connector_Lock>;
template class ACE_Reverse_Lock<TAO_Cached_Connector_Lock>;
template class ACE_Guard<ACE_Reverse_Lock<TAO_Cached_Connector_Lock> >;
@@ -151,6 +156,9 @@ template class ACE_Guard<ACE_Reverse_Lock<TAO_Cached_Connector_Lock> >;
#pragma instantiate ACE_Unbounded_Set<TAO_Protocol_Item*>
#pragma instantiate ACE_Unbounded_Set_Iterator<TAO_Protocol_Item*>
+#pragma instantiate auto_ptr<TAO_Cached_Connector_Lock>
+#pragma instantiate ACE_Auto_Basic_Ptr<TAO_Cached_Connector_Lock>
+
#pragma instantiate ACE_Guard<TAO_Cached_Connector_Lock>
#pragma instantiate ACE_Reverse_Lock<TAO_Cached_Connector_Lock>
#pragma instantiate ACE_Guard<ACE_Reverse_Lock<TAO_Cached_Connector_Lock> >