add template definition for resTable

This commit is contained in:
Marty Kraimer
2002-07-16 13:41:27 +00:00
parent d088ad0dc4
commit 457cdc6f3a
2 changed files with 2 additions and 0 deletions

View File

@@ -347,3 +347,4 @@ fdReg::fdReg (const SOCKET fdIn, const fdRegType typIn,
this->manager.installReg (*this);
}
template class resTable<fdReg, fdRegId>;

View File

@@ -97,6 +97,7 @@ private:
#endif
template class chronIntIdResTable <timerForOldFdmgr>;
template class resTable<timerForOldFdmgr, chronIntId>;
#ifdef _MSC_VER
# pragma warning ( pop )