// ============================================================================ // $Id$ // $Name$ // ============================================================================ #ifndef __TRUN_HH #define __TRUN_HH class TRun { private: public: TRun(); ~TRun(); TRun( const TRun& right ); }; #endif