ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
tcevent_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 TCEVENT_ERRORS_H
15
#define TCEVENT_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 TCEVENT_class_not_initialized (EMH_EVENT_error_base + 0)
30
#define TCEVENT_internal_error (EMH_EVENT_error_base + 1)
31
34
#include <sub_mgr/libsub_mgr_undef.h>
35
#endif