// File: templates.cc // // Used to create object library for user applications. // // Convenience file named to correspond to compiler .cc source file convention. // Since same content will be used as include file in users' application, // the contents are uniquely defined in the single file named below. #include "buffer.h" #include "buffer.cc" template class Buffer; template class Buffer; template class Buffer;