ITK Function Reference

(V10000.1.0.60_20160308.00)
config_errors.h
Go to the documentation of this file.
1 #ifndef CONFIG_ERRORS_H
2 #define CONFIG_ERRORS_H
3 
4 /*
5 / @<COPYRIGHT_START>@
6 / ===============================================
7 / Copyright 2006 UGS Corp. All Rights Reserved.
8 / ===============================================
9 / @<COPYRIGHT_END>@
10 */
11 
20 #include <common/emh_const.h>
21 
28 #define CONFIG_internal_error (EMH_CONFIG_error_base + 0)
29 #define CONFIG_query_already_built (EMH_CONFIG_error_base + 1)
30 #define CONFIG_query_not_built (EMH_CONFIG_error_base + 2)
31 
34 #endif