// // // C++ Interface: $MODULE$ // // Description: // // // Author: Gav Wood , (C) 2003 // // Copyright: See COPYING file that comes with this distribution // // #ifndef ARGUMENTS_H #define ARGUMENTS_H #include #include /** @author Gav Wood */ class Arguments : public TQValueList { public: const TQString toString() const; Arguments(); ~Arguments(); }; #endif