ITK Function Reference

(V10000.1.0.60_20160308.00)
tcaction_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 TCACTION_ERRORS_H
15 #define TCACTION_ERRORS_H
16 
17 #ifndef EMH_CONST_H
18  #include <common/emh_const.h>
19 #endif
20 
21 #include <sub_mgr/libsub_mgr_exports.h>
22 
29 #define TCACTION_class_not_initialized (EMH_ACTION_error_base + 0)
30 #define TCACTION_internal_error (EMH_ACTION_error_base + 1)
31 #define TCACTION_invalid_action_object (EMH_ACTION_error_base + 2)
32 
35 #include <sub_mgr/libsub_mgr_undef.h>
36 #endif