00001 #ifndef MARSTARTUP_H 00002 #define MARSTARTUP_H 00003 00004 #include "marhw.h" 00005 00006 class MarStartup : public MarHW 00007 { 00008 Q_OBJECT; 00009 00010 public: 00011 MarStartup(QObject *parent=0); 00012 typedef MarHW inherited; 00013 00014 int marStartup(); 00015 00016 private: 00017 int trnlog(char *table, char *logical_name, char *name); 00018 }; 00019 00020 #endif