diff options
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/017/Barrier_i.cpp | 6 | ||||
-rw-r--r-- | docs/tutorials/018/token.cpp | 13 |
2 files changed, 0 insertions, 19 deletions
diff --git a/docs/tutorials/017/Barrier_i.cpp b/docs/tutorials/017/Barrier_i.cpp index 0d9f0c67398..c8d0c6ba5ed 100644 --- a/docs/tutorials/017/Barrier_i.cpp +++ b/docs/tutorials/017/Barrier_i.cpp @@ -152,9 +152,3 @@ int Barrier::make_barrier( int _wait ) return 0; } - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class ACE_Atomic_Op <ACE_Mutex, u_int>; -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate ACE_Atomic_Op <ACE_Mutex, u_int> -#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ diff --git a/docs/tutorials/018/token.cpp b/docs/tutorials/018/token.cpp index 1323dcaa9b4..771c19988e1 100644 --- a/docs/tutorials/018/token.cpp +++ b/docs/tutorials/018/token.cpp @@ -17,16 +17,3 @@ int main(int,char**) return(0); } -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class Test_T <ACE_Mutex>; -template class Test_T <ACE_Token>; -template class ACE_Atomic_Op <ACE_Mutex, int>; -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate Test_T <ACE_Mutex> -#pragma instantiate Test_T <ACE_Token> -#pragma instantiate ACE_Atomic_Op <ACE_Mutex, int> -#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - - - - |