ITK Function Reference

(V10000.1.0.60_20160308.00)
exportedproxylink_errors.h
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (c) 1994 Electronic Data Systems Corporation
3  Unpublished - All rights reserved
4 
5  THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6  COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7  HOLDER.
8 ===============================================================================
9 H File description:
10 
11  File : exportedproxylink_errors.h
12  Module : iman
13 ===============================================================================
14 Date Name Description of Change
15 ==== ==== =====================
16 18-Nov-2003 Ziv Israeli Created
17 02-Jan-2004 Ziv Israeli EPL_more_than_one_instance
18 26-Jan-2004 Ziv Israeli A fix
19 28-Oct-2004 Ziv Israeli Checking in
20 $HISTORY$
21 =============================================================================*/
22 
23 #ifndef EPL_ERRORS_H
24 #define EPL_ERRORS_H
25 
26 #include <tc/libtc_exports.h>
27 
28 #define EPL_no_create (EMH_EPL_error_base + 1)
29 #define EPL_more_then_one_instance (EMH_EPL_error_base + 2)
30 #define EPL_obj_not_wso (EMH_EPL_error_base + 3)
31 #define EPL_obj_already_exists (EMH_EPL_error_base + 4)
32 #define EPL_objs_already_exist (EMH_EPL_error_base + 5)
33 #define EPL_failed_converting_uid_to_tag (EMH_EPL_error_base + 6)
34 #define EPL_preference_problem (EMH_EPL_error_base + 7)
35 #define EPL_obj_not_found (EMH_EPL_error_base + 8)
36 
37 #include <tc/libtc_undef.h>
38 #endif