ITK Function Reference

(V10000.1.0.60_20160308.00)
appref_errors.h
Go to the documentation of this file.
1 /*==================================================================================================
2 
3  Copyright (c) 2003-2005 UGS Corporation
4  Unpublished - All Rights Reserved
5 
6 ====================================================================================================
7 File description:
8 
9  Errors for the APPREF Module
10 
11 ====================================================================================================
12  Date Name Description of Change
13 07-Nov-2005 Tom McCabe ODS extensions for NXMI
14 $HISTORY$
15 ==================================================================================================*/
16 
17 #ifndef APPREF_ERRORS_H
18 #define APPREF_ERRORS_H
19 
20 #include <common/emh_const.h>
21 
22 #define APPREF_ALREADY_EXISTS (EMH_APPREF_error_base + 1)
23 #define APPREF_INVALID_DELETE_OPTION (EMH_APPREF_error_base + 2)
24 #define APPREF_NO_REGISTRY_SITE_DEFINED (EMH_APPREF_error_base + 3)
25 #define APPREF_REGISTRY_NOT_ODS_CAPABLE (EMH_APPREF_error_base + 4)
26 #define APPREF_FINDING_SITE (EMH_APPREF_error_base + 5)
27 #define APPREF_OWNING_SITE_NOT_LOCAL (EMH_APPREF_error_base + 6)
28 #define APPREF_DOES_NOT_EXIST (EMH_APPREF_error_base + 7)
29 
30 #endif