summaryrefslogtreecommitdiff
path: root/ace/Future.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-25 02:04:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-25 02:04:35 +0000
commitae5e378d7988f42a2e1227548a83410baa240010 (patch)
tree1741694f534edc61028bc2e6d884c387cff5fbdc /ace/Future.cpp
parent8686057a8a2f7b6c86650e15ce97f5a688674d19 (diff)
downloadATCD-ae5e378d7988f42a2e1227548a83410baa240010.tar.gz
added specialization of template class ACE_Atomic_Op<ACE_Thread_Mutex, int> for g++
Diffstat (limited to 'ace/Future.cpp')
-rw-r--r--ace/Future.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Future.cpp b/ace/Future.cpp
index 1e245e8361b..8e64cf09733 100644
--- a/ace/Future.cpp
+++ b/ace/Future.cpp
@@ -342,5 +342,9 @@ ACE_Future<T>::operator &()
{
}
+#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
+template class ACE_Atomic_Op<ACE_Thread_Mutex, int>;
+#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */
+
#endif /* ACE_HAS_THREADS */
#endif /* ACE_FUTURE_CPP */