ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
imaneventmgr_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 IMANEVENTMGR_ERRORS_H
25
#define IMANEVENTMGR_ERRORS_H
26
#include <
sub_mgr/tceventmgr_errors.h
>
27
28
#define IMANEVENTMGR_internal_error TCEVENTMGR_internal_error
29
#define IMANEVENTMGR_failed_to_retrieve_inprocess_subscriptions TCEVENTMGR_failed_to_retrieve_inprocess_subscriptions
30
#define IMANEVENTMGR_failed_to_process_inprocess_subscriptions TCEVENTMGR_failed_to_process_inprocess_subscriptions
31
#define IMANEVENTMGR_failed_to_process_event TCEVENTMGR_failed_to_process_event
32
#define IMANEVENTMGR_invalid_queue TCEVENTMGR_invalid_queue
33
#define IMANEVENTMGR_invalid_status TCEVENTMGR_invalid_status
34
#define IMANEVENTMGR_invalid_relation TCEVENTMGR_invalid_relation
35
#define IMANEVENTMGR_invalid_secondary_object TCEVENTMGR_invalid_secondary_object
36
37
#endif