ITK Function Reference

(V10000.1.0.60_20160308.00)
contractmanagement_errors.h
Go to the documentation of this file.
1 /* Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2  ==================================================
3  Copyright 2010.
4  Siemens Product Lifecycle Management Software Inc.
5  All Rights Reserved.
6  ==================================================
7  Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved. */
8 
16 #ifndef CONTRACTMANAGEMENT_ERRORS_H
17 #define CONTRACTMANAGEMENT_ERRORS_H
18 
19 #include <common/emh_const.h>
20 
27 #define CONTRACTMANAGEMENT_invalid_contract (EMH_CONTRACTMANAGEMENT_error_base + 0)
28 #define CONTRACTMANAGEMENT_contract_has_dri (EMH_CONTRACTMANAGEMENT_error_base + 1)
29 #define CONTRACTMANAGEMENT_id_ref_mismatch (EMH_CONTRACTMANAGEMENT_error_base + 2)
30 
33 #endif