ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
imanactionhandler_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
/* */
31
#ifndef IMANACTIONHANDLER_ERRORS_H
32
#define IMANACTIONHANDLER_ERRORS_H
33
#include <
sub_mgr/tcactionhandler_errors.h
>
34
35
36
#define IMANACTIONHANDLER_module_not_initialized TCACTIONHANDLER_module_not_initialized
37
#define IMANACTIONHANDLER_internal_error TCACTIONHANDLER_internal_error
38
#define IMANACTIONHANDLER_invalid_handler TCACTIONHANDLER_invalid_handler
39
#define IMANACTIONHANDLER_invalid_handler_id TCACTIONHANDLER_invalid_handler_id
40
#define IMANACTIONHANDLER_invalid_handler_description TCACTIONHANDLER_invalid_handler_description
41
#define IMANACTIONHANDLER_invalid_function_name TCACTIONHANDLER_invalid_function_name
42
#define IMANACTIONHANDLER_invalid_param_description TCACTIONHANDLER_invalid_param_description
43
#define IMANACTIONHANDLER_does_not_exist TCACTIONHANDLER_does_not_exist
44
#define IMANACTIONHANDLER_already_exists TCACTIONHANDLER_already_exists
45
#define IMANACTIONHANDLER_cannot_delete_handler TCACTIONHANDLER_cannot_delete_handler
46
#define IMANACTIONHANDLER_undefined_function TCACTIONHANDLER_undefined_function
47
#define IMANACTIONHANDLER_unable_to_open_library TCACTIONHANDLER_unable_to_open_library
48
#define IMANACTIONHANDLER_unable_execute_handler TCACTIONHANDLER_unable_execute_handler
49
#define IMANACTIONHANDLER_user_insufficient_privilege TCACTIONHANDLER_user_insufficient_privilege
50
#define IMANACTIONHANDLER_unretriable_error TCACTIONHANDLER_unretriable_error
51
52
#endif