00001 00007 #ifndef __SFROLIST_H 00008 #define __SFROLIST_H 00009 00010 #include "jbltools/sfh/ROList.h" 00011 #include "jbltools/sfh/SFO.h" 00012 00013 class ROListPoR; 00014 00015 // Class SFROList: 00017 00025 class SFROList: public ROList, public SFO { 00026 public: 00028 SFROList (); 00030 SFROList (const ROListPoR& mother 00031 ); 00032 00033 virtual ~SFROList (); 00034 00036 virtual void Fill (); 00037 00038 }; 00039 00040 #endif /* #ifndef __SFROLIST_H */