ITK Function Reference

(V10000.1.0.60_20160308.00)
rlm.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
13 /* */
14 
15 #ifndef RLM_H
16 #define RLM_H
17 
18 #ifndef RLM_ERRORS_H
19  #include <epm/rlm_errors.h>
20 #endif
21 #include <epm/libepm_exports.h>
22 
30 #define RLM_NAML (128 + 1)
31 
32 #ifdef __cplusplus
33  extern "C"{
34 #endif
35 
43 extern EPM_API int RLM_init_module();
44 
52 extern EPM_API int RLM_exit_module();
53 
61 extern EPM_API int RLM_ask_release_procedure(
62  const char [],
63  char[]
64  );
65 
72 extern EPM_API int RLM_ask_release_procedure2(
73  const char *,
74  char **
75  );
76 
84 extern EPM_API int RLM_ask_release_procedure_for(
85  tag_t,
86  char []
87  );
88 
95 extern EPM_API int RLM_ask_release_procedure_for2(
96  tag_t,
97  char **
98  );
99 
102 #ifdef __cplusplus
103 }
104 #endif
105 
106 #include <epm/libepm_undef.h>
107 #endif