ITK Function Reference

(V10000.1.0.60_20160308.00)
tceventtype_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 TCEVENTTYPE_ERRORS_H
15 #define TCEVENTTYPE_ERRORS_H
16 
17 #ifndef EMH_CONST_H
18  #include <common/emh_const.h>
19 #endif
20 #include <sub_mgr/libsub_mgr_exports.h>
21 
28 #define TCEVENTTYPE_class_not_initialized (EMH_EVENTTYPE_error_base + 0)
29 #define TCEVENTTYPE_internal_error (EMH_EVENTTYPE_error_base + 1)
30 #define TCEVENTTYPE_invalid_event_id (EMH_EVENTTYPE_error_base + 2)
31 #define TCEVENTTYPE_invalid_event_baseclassname (EMH_EVENTTYPE_error_base + 3)
32 #define TCEVENTTYPE_invalid_event_description (EMH_EVENTTYPE_error_base + 4)
33 #define TCEVENTTYPE_does_not_exist (EMH_EVENTTYPE_error_base + 5)
34 #define TCEVENTTYPE_already_exists (EMH_EVENTTYPE_error_base + 6)
35 #define TCEVENTTYPE_user_insufficient_privilege (EMH_EVENTTYPE_error_base + 7)
36 
39 #include <sub_mgr/libsub_mgr_undef.h>
40 #endif