/*============================================================================== Copyright (c) 2003-2005 UGS Corporation Unpublished - All Rights Reserved ==============================================================================*/ /** @file This file contains EPM business rule handlers */ /* */ #ifndef EPM_RULE_HANDLERS_H #define EPM_RULE_HANDLERS_H #include #include /** @defgroup EPM_RULE_HANDLERS EPM (Enterprise Process Modeling) Rule Handlers @ingroup USER_EXITS @{ */ #ifdef __cplusplus extern "C"{ #endif #if 0 extern USER_EXITS_API EPM_decision_t EPM_check_responsible_party( EPM_rule_message_t msg ); #endif #ifdef __cplusplus } #endif /** @} */ #include #endif