From 8d2eaa9cf57e596d7253f2a971056d7a42aa8901 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 22 Oct 2001 03:39:04 +0000 Subject: [PATCH] dont use implicit template instantiation because Tornado II GNU isnt ready --- src/ca/bhe.cpp | 1 + src/ca/cac.cpp | 2 ++ src/ca/nciu.cpp | 2 +- src/ca/netiiu.cpp | 6 +++--- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/ca/bhe.cpp b/src/ca/bhe.cpp index 5c2f2c894..3b842d107 100644 --- a/src/ca/bhe.cpp +++ b/src/ca/bhe.cpp @@ -24,6 +24,7 @@ # pragma warning ( disable: 4660 ) #endif +template class tsDLNode < tcpiiu >; template class tsFreeList < class bhe, 1024 >; #if defined ( _MSC_VER ) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index fcec6eecf..c75b436e6 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -41,12 +41,14 @@ # pragma warning ( disable: 4660 ) #endif +template class tsSLNode < nciu >; template class resTable < nciu, chronIntId >; template class chronIntIdResTable < nciu >; template class tsSLNode < tcpiiu >; template class resTable < tcpiiu, caServerID >; template class tsSLNode < bhe >; template class resTable < bhe, inetAddrID >; +template class tsSLNode < baseNMIU >; template class resTable < baseNMIU, chronIntId >; template class chronIntIdResTable < baseNMIU >; template class resTable < CASG, chronIntId >; diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index db2b18fbb..0543b51ec 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -38,7 +38,7 @@ #endif template class tsFreeList < nciu, 1024, 0 >; -template class tsSLNode < baseNMIU >; +template class tsDLNode < baseNMIU >; #if defined ( _MSC_VER ) # pragma warning ( pop ) diff --git a/src/ca/netiiu.cpp b/src/ca/netiiu.cpp index 3c211a5bf..ef38a30b9 100644 --- a/src/ca/netiiu.cpp +++ b/src/ca/netiiu.cpp @@ -24,7 +24,7 @@ # pragma warning ( disable: 4660 ) #endif -template class tsSLNode < nciu >; +template class tsDLNode < nciu >; #if defined ( _MSC_VER ) # pragma warning ( pop ) @@ -130,7 +130,7 @@ void netiiu::createChannelRequest ( nciu & ) { } -void netiiu::clearChannelRequest ( ca_uint32_t sid, ca_uint32_t cid ) +void netiiu::clearChannelRequest ( ca_uint32_t, ca_uint32_t ) { } @@ -138,7 +138,7 @@ void netiiu::subscriptionRequest ( nciu &, netSubscription & ) { } -void netiiu::subscriptionCancelRequest ( nciu & chan, netSubscription & subscr ) +void netiiu::subscriptionCancelRequest ( nciu &, netSubscription & ) { }