00001 // ===================================================================== 00021 // ===================================================================== 00022 #ifndef __TDATASECTIONLIST_HH 00023 #define __TDATASECTIONLIST_HH 00024 00025 #include "Ttypes.h" 00026 #include "TDataSection.hh" 00027 00028 class TDataSection; 00029 00049 typedef Tvector<TDataSection> TDataSectionList; 00050 00051 #endif