removed template instantiations

This commit is contained in:
Jeff Hill
2002-03-21 22:17:02 +00:00
parent c18a9fb345
commit 324ba4bbbe
2 changed files with 0 additions and 26 deletions
-13
View File
@@ -52,19 +52,6 @@
#include "fdManager.h"
#include "locationException.h"
#if defined ( _MSC_VER )
# pragma warning ( push )
# pragma warning ( disable: 4660 )
#endif
template class tsSLNode < fdReg >;
template class intId < unsigned int, 8, 32 >;
template class resTable < fdReg, fdRegId >;
#if defined ( _MSC_VER )
# pragma warning ( pop )
#endif
epicsShareDef fdManager fileDescriptorManager;
//
-13
View File
@@ -103,19 +103,6 @@ private:
oldFdmgr & operator = ( const oldFdmgr & );
};
#if defined ( _MSC_VER )
# pragma warning ( push )
# pragma warning ( disable: 4660 )
#endif
template class resTable < timerForOldFdmgr, chronIntId >;
template class tsSLNode < timerForOldFdmgr >;
template class chronIntIdResTable < timerForOldFdmgr >;
#if defined ( _MSC_VER )
# pragma warning ( pop )
#endif
epicsShareFunc fdRegForOldFdmgr::fdRegForOldFdmgr
(const SOCKET fdIn, const fdRegType typeIn,
const bool onceOnlyIn, fdManager &managerIn,