ITK Function Reference

(V10000.1.0.60_20160308.00)
gateway_errors.h
Go to the documentation of this file.
1 /* =================================================================================================
2  Copyright (c) 1999,2000,2001,2003 Unigraphics Solutions Inc., An EDS Company
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 
25 #ifndef GATEWAY_ERRORS_H
26 #define GATEWAY_ERRORS_H
27 
28 #include <common/emh_const.h>
29 
36 // EMH_SOA_error_base is defined in core/tc/ehm_const.h
37 // We have room for 99 messages.
38 // core/textsrv/xml/emh_text.xml loads
39 // core/textsrv/xml/soa_errors.xml which has the actual messages.
40 // Copy emh_text.xml and soa_errors.xml to <ref unit>\wnti32\kits\tc_cdrom\tc2007\lang\textserver\en
41 // until changes to these files are promoted to release branch and avail able in ref unit
42 
43 
44 
45 #define SOA_FRAMEWORK_invalid_file_format (EMH_SOA_error_base + 75)
46 #define SOA_FRAMEWORK_missing_serviceMap (EMH_SOA_error_base + 76)
47 #define SOA_FRAMEWORK_library_load_error (EMH_SOA_error_base + 77)
48 #define SOA_FRAMEWORK_missing_service_skeleton (EMH_SOA_error_base + 78)
49 /* errors 79,80 have been moved to Polling functionality in fclasses */
50 #define SOA_FRAMEWORK_service_not_exist (EMH_SOA_error_base + 81)
51 
53 #define SOA_FRAMEWORK_after_logout (EMH_SOA_error_base + 82)
54 
57 #endif
58