00001 #ifndef CDBROOREADONLY_CONFIG_INTERVAL_HH 00002 #define CDBROOREADONLY_CONFIG_INTERVAL_HH 00003 00004 // File and Version Information: 00005 // $Id: CdbRooRoConfigInterval.hh,v 1.1 2004/11/09 20:33:05 gapon Exp $ 00006 00007 #include "CdbRooReadonly/CdbRooRoTimeLineIntervalR.hh" 00008 #include "CdbRooReadonly/CdbRooRoConfigElementR.hh" 00009 00010 /// A configuration element along with its validity interval 00011 /** 00012 * This embedded class attaches validity intervals to configuration elements. 00013 */ 00014 typedef CdbRooRoTimeLineIntervalR< CdbRooRoConfigElementR > CdbRooRoConfigInterval; 00015 00016 #endif // CDBROOREADONLY_CONFIG_INTERVAL_HH
1.3-rc3