summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Stream.cpp
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-02 03:43:08 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-02 03:43:08 +0000
commit62c3215629e20ca191535dcb1670a316ba2f6b40 (patch)
tree3fee9a9b18fd581b9c92adc93a28d4df2490ea6a /ace/UPIPE_Stream.cpp
parent92044dac283e284d458c2a0e5c01ad59975b7d67 (diff)
downloadATCD-62c3215629e20ca191535dcb1670a316ba2f6b40.tar.gz
I guess nobody uses GCC anymore. Fixed some template instantiation
problems in Filecache.cpp and UPIPE_Stream.cpp. I guess, eventually all of this will be moved into the Template_Instantiations.cpp file, but until then...
Diffstat (limited to 'ace/UPIPE_Stream.cpp')
-rw-r--r--ace/UPIPE_Stream.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/UPIPE_Stream.cpp b/ace/UPIPE_Stream.cpp
index 73a87104434..7cc6f94adf0 100644
--- a/ace/UPIPE_Stream.cpp
+++ b/ace/UPIPE_Stream.cpp
@@ -222,15 +222,6 @@ ACE_UPIPE_Stream::recv_n (char *buf,
return bytes_read;
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Module<ACE_Thread_Mutex, ACE_Condition_Thread_Mutex>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Module<ACE_Thread_Mutex, ACE_Condition_Thread_Mutex>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
#endif /* ACE_HAS_THREADS */