ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
user_exits
epm_rule_handlers.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef EPM_RULE_HANDLERS_H
15
#define EPM_RULE_HANDLERS_H
16
17
#include <
tc/tc_startup.h
>
18
19
#include <user_exits/libuser_exits_exports.h>
20
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
#if 0
32
33
extern
USER_EXITS_API
EPM_decision_t
EPM_check_responsible_party(
34
EPM_rule_message_t
msg
35
);
36
37
#endif
38
39
#ifdef __cplusplus
40
}
41
#endif
42
45
#include <user_exits/libuser_exits_undef.h>
46
47
#endif