ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
imaneventtype_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
/* */
24
#ifndef IMANEVENTTYPE_ERRORS_H
25
#define IMANEVENTTYPE_ERRORS_H
26
#include <
sub_mgr/tceventtype_errors.h
>
27
28
#define IMANEVENTTYPE_class_not_initialized TCEVENTTYPE_class_not_initialized
29
#define IMANEVENTTYPE_internal_error TCEVENTTYPE_internal_error
30
#define IMANEVENTTYPE_invalid_event_id TCEVENTTYPE_invalid_event_id
31
#define IMANEVENTTYPE_invalid_event_baseclassname TCEVENTTYPE_invalid_event_baseclassname
32
#define IMANEVENTTYPE_invalid_event_description TCEVENTTYPE_invalid_event_description
33
#define IMANEVENTTYPE_does_not_exist TCEVENTTYPE_does_not_exist
34
#define IMANEVENTTYPE_already_exists TCEVENTTYPE_already_exists
35
#define IMANEVENTTYPE_user_insufficient_privilege TCEVENTTYPE_user_insufficient_privilege
36
37
#endif