diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
commit | d86f427ede3d90e8f579a52061449d39a611bd55 (patch) | |
tree | 04db92726a3f75f550b325bd4924ec24b6bdebd6 /ace/Token_Invariants.cpp | |
parent | 6ca4654f27f63096ee7f1f0c3b3b95b76d1ce5a1 (diff) | |
download | ATCD-d86f427ede3d90e8f579a52061449d39a611bd55.tar.gz |
I'm done
Diffstat (limited to 'ace/Token_Invariants.cpp')
-rw-r--r-- | ace/Token_Invariants.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Token_Invariants.cpp b/ace/Token_Invariants.cpp index 5687d0dfe37..1c0af209c9e 100644 --- a/ace/Token_Invariants.cpp +++ b/ace/Token_Invariants.cpp @@ -334,5 +334,10 @@ ACE_RWLock_Invariants::dump (void) const } #if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION) -// template class ACE_TSS <ACE_TPQ_Entry>; +template class ACE_Map_Manager<ACE_Token_Name, ACE_Mutex_Invariants *, ACE_Null_Mutex>; +template class ACE_Map_Iterator<ACE_Token_Name, ACE_Mutex_Invariants *, ACE_Null_Mutex>; +template class ACE_Map_Entry<ACE_Token_Name, ACE_Mutex_Invariants *>; +template class ACE_Map_Manager<ACE_Token_Name, ACE_RWLock_Invariants *, ACE_Null_Mutex>; +template class ACE_Map_Iterator<ACE_Token_Name, ACE_RWLock_Invariants *, ACE_Null_Mutex>; +template class ACE_Map_Entry<ACE_Token_Name, ACE_RWLock_Invariants *>; #endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */ |