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