From e4c810e5eafd55fb83edc852adc4bf9eca67be0a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 27 Mar 2002 19:10:13 +0000 Subject: [PATCH] installed --- src/libCom/cxxTemplates/resourceLib.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/libCom/cxxTemplates/resourceLib.cpp diff --git a/src/libCom/cxxTemplates/resourceLib.cpp b/src/libCom/cxxTemplates/resourceLib.cpp new file mode 100644 index 000000000..3cc0aaf25 --- /dev/null +++ b/src/libCom/cxxTemplates/resourceLib.cpp @@ -0,0 +1,16 @@ + +/* + * $Id$ + * + * L O S A L A M O S + * Los Alamos National Laboratory + * Los Alamos, New Mexico 87545 + * + * Copyright, 1986, The Regents of the University of California. + * + * Author: Jeff Hill + */ + +#include "resourceLib.h" + +template class intId < unsigned, 8u, sizeof(unsigned)*CHAR_BIT >;