ITK Function Reference

(V10000.1.0.60_20160308.00)
sample_cr_move_files.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
6 /* */
7 
8 #ifndef SAMPLE_CR_MOVE_FILES_H
9 #define SAMPLE_CR_MOVE_FILES_H
10 
11 #include <epm/epm.h>
12 
13 #define FLRELDIR "/usr/tmp/released"
14 
15 #include <user_exits/libuser_exits_exports.h>
16 
17 int startup_ITK_environment (void);
18 int shutdown_ITK_environment (void);
21 
22 #ifdef __cplusplus
23  extern "C"{
24 #endif
25 
26 
27 extern USER_EXITS_API int SMP_relocate_file_handler(EPM_action_message_t msg);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #include <user_exits/libuser_exits_undef.h>
34 
35 #endif