diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-23 23:28:24 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-23 23:28:24 +0000 |
commit | 0c2077a468e72ba9c3fc222b287575743d7039df (patch) | |
tree | 2c23ebd818d68ebe54baa92d3c4dbea73353193a /ace/Service_Config.cpp | |
parent | 549483af24a1bf1ee961f9ead01b3d7042d42f37 (diff) | |
download | ATCD-0c2077a468e72ba9c3fc222b287575743d7039df.tar.gz |
added auto_basic_ptr specialization
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index bbbd4e9cd12..460f0c4bf9f 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -977,6 +977,7 @@ template class ACE_Unbounded_Set_Iterator<ACE_Static_Svc_Descriptor *>; template class ACE_Malloc<ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex>; template class ACE_Allocator_Adapter<ACE_Malloc<ACE_LOCAL_MEMORY_POOL, ACE_Null_Mutex> >; template class auto_ptr<ACE_Obstack>; +template class auto_basic_ptr<ACE_Obstack>; template class ACE_Guard<ACE_Null_Mutex>; template class ACE_Read_Guard<ACE_Null_Mutex>; template class ACE_Write_Guard<ACE_Null_Mutex>; |