diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-05 22:34:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-05 22:34:06 +0000 |
commit | 01950efe74ac03f228c428b4726f7afcca5d36f0 (patch) | |
tree | a07cc5b1199793565c432d915b0ae2c1aa216ed8 /ace/Local_Name_Space.cpp | |
parent | 3da02e5f0119cb5837e49b20ddf78d2b343a4712 (diff) | |
download | ATCD-01950efe74ac03f228c428b4726f7afcca5d36f0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Local_Name_Space.cpp')
-rw-r--r-- | ace/Local_Name_Space.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Local_Name_Space.cpp b/ace/Local_Name_Space.cpp index 48f6dc00535..0ba1c5dc0f2 100644 --- a/ace/Local_Name_Space.cpp +++ b/ace/Local_Name_Space.cpp @@ -162,8 +162,8 @@ template class ACE_Unbounded_Set<ACE_Name_Binding>; template class ACE_Unbounded_Set_Iterator<ACE_Name_Binding>; template class ACE_Unbounded_Set<ACE_WString>; template class ACE_Unbounded_Set_Iterator<ACE_WString>; -template class ACE_Set_Node<ACE_WString>; -template class ACE_Set_Node<ACE_Name_Binding>; +template class ACE_Node<ACE_WString>; +template class ACE_Node<ACE_Name_Binding>; template class ACE_Guard<ACE_RW_Process_Mutex>; template class ACE_Read_Guard<ACE_RW_Process_Mutex>; template class ACE_Write_Guard<ACE_RW_Process_Mutex>; |