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