ITK Function Reference

(V10000.1.0.60_20160308.00)
emh_const.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
15 /* */
16 
17 #ifndef EMH_CONST_H
18 #define EMH_CONST_H
19 
20 #include <pom/pom/pom_errors.h>
21 #include <tc/emh.h>
22 
33 #define EMH_Ok 0x0001
34 #define EMH_Acknowledge 0x0002
35 #define EMH_Yes 0x0004
36 #define EMH_No 0x0008
37 #define EMH_Continue 0x0010
38 #define EMH_Retry 0x0020
39 #define EMH_Abort 0x0040
40 #define EMH_Cancel 0x0080
41 #define EMH_More 0x0100
42 #define EMH_Help 0x0200
43 
49 #define EMH_VERBOSE 1
50 #define EMH_TERSE 2
51 
54 #define EMH_LANG_FILE "emh_text.xml"
55 
56 #define EMH_NUM_MODULES 82
57 
58 #ifdef WNT
59 #define TC_include_tc_emh_const_h_deprecated // define a unique deprecation macro name (having 63 chars or less)
60 #pragma deprecated( "TC_include_tc_emh_const_h_deprecated" ) // activate the deprecation warning when using the macro name
61 TC_include_tc_emh_const_h_deprecated // use the deprecated macro so that the compiler issues the deprecation warning
62 
63 #endif // #ifdef WNT
64 
67 // tc/emh_const.h is deprecated in Tc11.0.
68 #include <common/emh_const.h> // forward include the new file location
69 //For deImanization
70 #include <tc/iman_emh_const.h>
71 
72 #endif
73