00001 #ifndef CDB_HISTORY_EVENT_ITR_HH 00002 #define CDB_HISTORY_EVENT_ITR_HH 00003 00004 // File and Version Information: 00005 // $Id: CdbHistoryEventItr.hh,v 1.2 2002/09/23 22:33:34 gapon Exp $ 00006 00007 #include "CdbBase/CdbCommon.hh" 00008 #include "CdbBase/CdbItr.hh" 00009 #include "CdbBase/CdbHistoryEventPtrFwd.hh" 00010 00011 /// The public iterator class for history events 00012 /** 00013 * More details to come... 00014 */ 00015 typedef CdbItr< CdbHistoryEventPtr& > CdbHistoryEventItr; 00016 00017 #endif // CDB_HISTORY_EVENT_ITR_HH
1.3-rc3