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