From 5959341d089dd0aa3646348c27a3c3e7a4095762 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sun, 22 Aug 1999 16:25:30 +0000 Subject: ChangeLogTag:Sun Aug 22 09:48:40 1999 Ossama Othman --- TAO/tao/Resource_Factory.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'TAO/tao/Resource_Factory.cpp') 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; template class ACE_Unbounded_Set; template class ACE_Unbounded_Set_Iterator; +template class auto_ptr; +template class ACE_Auto_Basic_Ptr; + template class ACE_Guard; template class ACE_Reverse_Lock; template class ACE_Guard >; @@ -151,6 +156,9 @@ template class ACE_Guard >; #pragma instantiate ACE_Unbounded_Set #pragma instantiate ACE_Unbounded_Set_Iterator +#pragma instantiate auto_ptr +#pragma instantiate ACE_Auto_Basic_Ptr + #pragma instantiate ACE_Guard #pragma instantiate ACE_Reverse_Lock #pragma instantiate ACE_Guard > -- cgit v1.2.1