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