ITK Function Reference

(V10000.1.0.60_20160308.00)
uom_errors.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 UOM_ERRORS_H_DEFINED
15 #define UOM_ERRORS_H_DEFINED
16 
17 #include <common/emh_const.h>
18 #include <tccore/libtccore_exports.h>
19 
26 #define UOM_internal_error (EMH_UOM_error_base + 0)
27 #define UOM_invalid (EMH_UOM_error_base + 1)
28 #define UOM_insufficient_privilege (EMH_UOM_error_base + 2)
29 #define UOM_none_defined (EMH_UOM_error_base + 3)
30 #define UOM_duplicate_uom (EMH_UOM_error_base + 4)
31 
34 #include <tccore/libtccore_undef.h>
35 
36 #endif
37