diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-26 20:34:35 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-26 20:34:35 +0000 |
commit | 211afda854fb497a2297d58355363396db74e2bf (patch) | |
tree | b98f37049d689a8741ce1088540a91e20341ba0a /tests/Timeprobe_Test.cpp | |
parent | cbdeecd1d3d6487261ad137950c1e04e3bd5fd87 (diff) | |
download | ATCD-211afda854fb497a2297d58355363396db74e2bf.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Timeprobe_Test.cpp')
-rw-r--r-- | tests/Timeprobe_Test.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/Timeprobe_Test.cpp b/tests/Timeprobe_Test.cpp index de5d3fa547d..32c60d2edbc 100644 --- a/tests/Timeprobe_Test.cpp +++ b/tests/Timeprobe_Test.cpp @@ -74,18 +74,3 @@ main (int, ASYS_TCHAR *[]) return 0; } -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class ACE_Singleton<ACE_Timeprobe<ACE_SYNCH_NULL_MUTEX>,ACE_SYNCH_MUTEX>; -template class ACE_Timeprobe<ACE_Null_Mutex>; -template class ACE_Function_Timeprobe<ACE_Timeprobe<ACE_Null_Mutex> >; -template class ACE_Unbounded_Set_Iterator<ACE_Timeprobe<ACE_Null_Mutex>::Event_Descriptions>; -template class ACE_Unbounded_Set<ACE_Timeprobe<ACE_Null_Mutex>::Event_Descriptions>; -template class ACE_Node<ACE_Timeprobe<ACE_Null_Mutex>::Event_Descriptions>; -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate ACE_Singleton<ACE_Timeprobe<ACE_Null_Mutex>,ACE_SYNCH_MUTEX> -#pragma instantiate ACE_Timeprobe<ACE_Null_Mutex> -#pragma instantiate ACE_Function_Timeprobe<ACE_Timeprobe<ACE_Null_Mutex> > -#pragma instantiate ACE_Unbounded_Set_Iterator<ACE_Timeprobe<ACE_Null_Mutex>::Event_Descriptions> -#pragma instantiate ACE_Unbounded_Set<ACE_Timeprobe<ACE_Null_Mutex>::Event_Descriptions> -#pragma instantiate ACE_Node<ACE_Timeprobe<ACE_Null_Mutex>::Event_Descriptions> -#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |