00001 // ===================================================================== 00018 // ===================================================================== 00019 #ifndef __TOPTIONLIST_HH 00020 #define __TOPTIONLIST_HH 00021 00022 #include "Ttypes.h" 00023 #include "TOption.hh" 00024 00025 class TOption; 00026 00046 typedef Tvector<TOption> TOptionList; 00047 00048 #endif