From ed88bdd35b1846532ee4aa2f34aa232f6201d17a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 22 Oct 2001 02:40:14 +0000 Subject: [PATCH] use explicit template instantiation --- src/cas/example/directoryService/directoryServer.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cas/example/directoryService/directoryServer.cc b/src/cas/example/directoryService/directoryServer.cc index a2e5bf4aa..d63b95a74 100644 --- a/src/cas/example/directoryService/directoryServer.cc +++ b/src/cas/example/directoryService/directoryServer.cc @@ -6,6 +6,9 @@ #include "directoryServer.h" #include "tsMinMax.h" +template class tsSLNode; +template class resTable; + const pvInfo *pvInfo::pFirst; //