ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
contmgmts1000d
contmgmts1000d_errors.h
Go to the documentation of this file.
1
/*
2
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3
==================================================
4
Copyright 2008.
5
Siemens Product Lifecycle Management Software Inc.
6
All Rights Reserved.
7
==================================================
8
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9
*/
10
19
#ifndef CONTMGMTS1000D_ERRORS_H
20
#define CONTMGMTS1000D_ERRORS_H
21
22
#include <
common/emh_const.h
>
23
30
#define CONTMGMTS1000D_ERROR_BASE EMH_CONTMGMTS1000D_error_base
31
#define CONTMGMTS1000D_GENERAL_ERROR (CONTMGMTS1000D_ERROR_BASE + 0)
32
36
#define CONTMGMTS1000D_dm_fail (CONTMGMTS1000D_GENERAL_ERROR + 1)
37
40
#endif