00001 00013 #ifndef DS_UI_H 00014 #define DS_UI_H 00015 00016 00017 #include "libDS.h" 00018 #include "stat/loggers_ui.h" 00019 00038 class UIArxDS : public UIbuilder { 00039 public: 00040 UIArxDS() :UIbuilder ( "ArxDS" ) {}; 00041 bdmroot* build ( Setting &S ) const { 00042 int nch = S["rvs"].getLength(); 00043 }; 00044 }; 00045 00046 UIREGISTER ( UIArxDS ); 00047 00048 #endif // DS_UI_H