diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-02 03:43:08 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-02 03:43:08 +0000 |
commit | 62c3215629e20ca191535dcb1670a316ba2f6b40 (patch) | |
tree | 3fee9a9b18fd581b9c92adc93a28d4df2490ea6a /ace/UPIPE_Stream.cpp | |
parent | 92044dac283e284d458c2a0e5c01ad59975b7d67 (diff) | |
download | ATCD-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.cpp | 9 |
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 */ |