/* * control_actions.h * * * Created by Andreas Vox on 02.06.06. * Copyright 2006 under GPL2. All rights reserved. * */ #ifndef CONTROL_ACTIONS_H #define CONTROL_ACTIONS_H /***** Defines the following actions: Error( msg ) - -> - Fail( msg ) - -> - Subset( RuleSet ) - -> - Trigger( name bool ) - -> - OnlyIf( name, action) - -> - OnlyIfNot( name, action ) - -> - Pop() X -> - *****/ #endif