ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
eventtypemapping_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 EVENTTYPEMAPPING_ERRORS_H
15
#define EVENTTYPEMAPPING_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 EVENTTYPEMAPPING_class_not_initialized (EMH_EVENTTYPE_error_base + 0)
29
#define EVENTTYPEMAPPING_internal_error (EMH_EVENTTYPE_error_base + 1)
30
#define EVENTTYPEMAPPING_invalid_imantype (EMH_EVENTTYPE_error_base + 2)
31
#define EVENTTYPEMAPPING_already_exists (EMH_EVENTTYPE_error_base + 3)
32
#define EVENTTYPEMAPPING_duplicate_eventtype (EMH_EVENTTYPE_error_base + 4)
33
#define EVENTTYPEMAPPING_invalid_eventtype (EMH_EVENTTYPE_error_base + 5)
34
#define EVENTTYPEMAPPING_user_insufficient_privilege (EMH_EVENTTYPE_error_base + 6)
35
38
#include <sub_mgr/libsub_mgr_undef.h>
39
#endif