00001 #ifndef CDBBDBTABLE_NTUPLE_SIMPLE_IMPL_P_OOINT16_HH 00002 #define CDBBDBTABLE_NTUPLE_SIMPLE_IMPL_P_OOINT16_HH 00003 00004 // File and Version Information: 00005 // $Id: CdbBdbNTupleSimpleImplP_ooInt16.ddl,v 1.1 2004/03/24 07:17:09 gapon Exp $ 00006 00007 // IMPORTANT NOTE: 00008 // 00009 // The order of the include files is important. Otherwise a CC+ compiler 00010 // won't be able to find the properly instantiated template type. 00011 00012 #include "CdbBdbShared/CdbBdbSPagedVarrayP_ooInt16.hh" 00013 00014 #include "CdbBdbTable/CdbBdbNTupleSimpleImplP.hh" 00015 00016 // Explicit template instantiation for the n-tuple of a primitive type of elements 00017 // 00018 // NOTE: The sebsequent definition assume that the corresponding definitions 00019 // have already been made for Paged V-Array. 00020 00021 EXPLICIT_INSTANTIATE_CdbBdbNTupleSimpleImplP_NOPVARRAY_1( ooInt16 ); 00022 00023 #endif /* CDBBDBTABLE_NTUPLE_SIMPLE_IMPL_P_OOINT16_HH */
1.3-rc3