This commit is contained in:
Jeff Hill
1997-06-25 06:10:22 +00:00
parent 7a0890fb97
commit bab390ddab

View File

@@ -1,27 +0,0 @@
//
// $Id$
//
// Explcit instantiation of template instances used by the server
//
//
#include "server.h"
#include "resourceLib.cc"
//
// if the compiler supports explicit instantiation of
// template member functions
//
#if defined(EXPL_TEMPL)
//
// From Stroustrups's "The C++ Programming Language"
// Appendix A: r.14.9
//
// This explicitly instantiates the template class's member
// functions into "templInst.o"
//
template class resTable <casEventMaskEntry, stringId>;
template class resTable <casRes, uintId>;
#endif