ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
epm
cr_action_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 CR_ACTION_HANDLERS_H
15
#define CR_ACTION_HANDLERS_H
16
17
#include <
epm/cr.h
>
18
#include <
epm/epm.h
>
19
#include <user_exits/libuser_exits_exports.h>
20
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
#if 0
32
extern
USER_EXITS_API
int
CR_notify(
33
EPM_action_message_t
msg
34
);
35
36
extern
USER_EXITS_API
int
CR_fill_in_reviewers(
37
EPM_action_message_t
msg
38
);
39
40
#endif
41
42
#ifdef __cplusplus
43
}
44
#endif
45
48
#include <user_exits/libuser_exits_undef.h>
49
#include <epm/libepm_exports.h>
50
51
#include <epm/libepm_undef.h>
52
#endif
53