From 6b5d35929c96d6f5fc2c9a2c1b28c427177f633c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 13 Jun 2015 16:09:24 +0100 Subject: Add explicit instaniation of template members functions too --- netfs/lib/entCache.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netfs/lib/entCache.cpp b/netfs/lib/entCache.cpp index 286c017..c16678f 100644 --- a/netfs/lib/entCache.cpp +++ b/netfs/lib/entCache.cpp @@ -1,7 +1,7 @@ #include #include "entCache.h" #include -#include "lockHelpers.h" +#include #include #include @@ -128,5 +128,9 @@ Group::hasMember(uid_t u) const template const EntCache EntCache::instance; template class EntCache; +template IceUtil::Handle EntCache::getEntry(const std::string &) const; +template IceUtil::Handle EntCache::getEntry(const uid_t &) const; template class EntCache; +template IceUtil::Handle EntCache::getEntry(const std::string &) const; +template IceUtil::Handle EntCache::getEntry(const gid_t &) const; -- cgit v1.2.3