#ifndef _TXPART_H_ #define _TXPART_H_ #include "txMain.h" #include "ifPart.h" class TxPart : public IfPart { public: TxPart(); }; #endif