avoid useless vc++ warning

This commit is contained in:
Jeff Hill
2002-03-27 21:32:20 +00:00
parent 6b466fc7ed
commit cdfa4b5363
25 changed files with 252 additions and 0 deletions

View File

@@ -33,9 +33,18 @@
#include "dbChannelIOIL.h"
#include "dbPutNotifyBlocker.h"
#ifdef _MSC_VER
# pragma warning ( push )
# pragma warning ( disable:4660 )
#endif
template class resTable < dbBaseIO, chronIntId >;
template class chronIntIdResTable < dbBaseIO >;
#ifdef _MSC_VER
# pragma warning ( pop )
#endif
class dbServiceIOLoadTimeInit {
public:
dbServiceIOLoadTimeInit ();