00001 // File and Version Information: 00002 // $Id: CdbNTupleIsLessComparator.cc,v 1.1 2004/03/16 19:22:43 gapon Exp $ 00003 00004 /// The implementation of the CdbNTuple class. 00005 /** 00006 * @see CdbNTuple 00007 */ 00008 00009 #include "BaBar/BaBar.hh" 00010 00011 #include "CdbTable/CdbNTupleIsLessComparator.hh" 00012 00013 template < class T, unsigned int NCOL > 00014 CdbNTupleIsLessComparator<T,NCOL>::~CdbNTupleIsLessComparator( ) 00015 { } 00016 00017 ///////////////// 00018 // End Of File // 00019 /////////////////
1.3-rc3