ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
tceventmgr_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 TCEVENTMGR_ERRORS_H
15
#define TCEVENTMGR_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 TCEVENTMGR_internal_error (EMH_EVENTMGR_error_base + 0)
30
#define TCEVENTMGR_failed_to_retrieve_inprocess_subscriptions (EMH_EVENTMGR_error_base + 1)
31
#define TCEVENTMGR_failed_to_process_inprocess_subscriptions (EMH_EVENTMGR_error_base + 2)
32
#define TCEVENTMGR_failed_to_process_event (EMH_EVENTMGR_error_base + 3)
33
#define TCEVENTMGR_invalid_queue (EMH_EVENTMGR_error_base + 4)
34
#define TCEVENTMGR_invalid_status (EMH_EVENTMGR_error_base + 5)
35
#define TCEVENTMGR_invalid_relation (EMH_EVENTMGR_error_base + 6)
36
#define TCEVENTMGR_invalid_secondary_object (EMH_EVENTMGR_error_base + 7)
37
40
#include <sub_mgr/libsub_mgr_undef.h>
41
#endif