diff options
author | kobica <kobica@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-25 21:43:47 +0000 |
---|---|---|
committer | kobica <kobica@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-25 21:43:47 +0000 |
commit | a99ada4a8279a5fcb9aef04b7d46ce1101fd0b14 (patch) | |
tree | a478cf955d9f171d5ec71bdbc6db4003f3205722 /apps | |
parent | 74f97700cc98aa701ad0714ff13c2e6c83bc4dbe (diff) | |
download | ATCD-a99ada4a8279a5fcb9aef04b7d46ce1101fd0b14.tar.gz |
Remove the unnecessary ACE_TEMPLATE_METHOD_SPECIALIZATION
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS3/jaws3/Concurrency.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/JAWS3/jaws3/Concurrency.cpp b/apps/JAWS3/jaws3/Concurrency.cpp index 312e4dffac8..72c9b1da0f3 100644 --- a/apps/JAWS3/jaws3/Concurrency.cpp +++ b/apps/JAWS3/jaws3/Concurrency.cpp @@ -41,7 +41,6 @@ JAWS_Concurrency_Impl::svc (void) } -ACE_TEMPLATE_METHOD_SPECIALIZATION JAWS_Concurrency_Bridge<JAWS_Concurrency_Impl> ::JAWS_Concurrency_Bridge (JAWS_Concurrency_Impl *impl) : impl_ (impl) @@ -67,7 +66,7 @@ JAWS_Concurrency_Bridge<JAWS_Concurrency_Impl> } -ACE_TEMPLATE_METHOD_SPECIALIZATION int +int JAWS_Concurrency_Bridge<JAWS_Concurrency_Impl> ::putq (JAWS_Protocol_Handler *ph) { @@ -75,7 +74,7 @@ JAWS_Concurrency_Bridge<JAWS_Concurrency_Impl> } -ACE_TEMPLATE_METHOD_SPECIALIZATION int +int JAWS_Concurrency_Bridge<JAWS_Concurrency_Impl> ::getq (JAWS_Protocol_Handler *&ph) { @@ -83,7 +82,7 @@ JAWS_Concurrency_Bridge<JAWS_Concurrency_Impl> } -ACE_TEMPLATE_METHOD_SPECIALIZATION void +void JAWS_Concurrency_Bridge<JAWS_Concurrency_Impl>::shutdown (void) { ACE_Message_Block *empty_mb = JAWS_Empty_Message_Block::instance (); |