You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
866 B
48 lines
866 B
/*==============================================================================
|
|
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 <tc/tc_startup.h>
|
|
|
|
#include <user_exits/libuser_exits_exports.h>
|
|
|
|
/**
|
|
@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 <user_exits/libuser_exits_undef.h>
|
|
|
|
#endif
|