ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Cpd0SoaCpdCore
soacpd0workset_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
9
#ifndef SOACPD0WORKSET_ERRORS_H
10
#define SOACPD0WORKSET_ERRORS_H
11
12
#include <
common/emh_const.h
>
13
14
/*================================================================================================*/
15
#define SOACPD0WORKSET_ERROR_BASE EMH_SOA_CPD0WORKSET_error_base
16
17
#define SOACPD0WORKSET_internal_error ( SOACPD0WORKSET_ERROR_BASE + 1 )
18
#define SOACPD0WORKSET_expansion_invalid_object ( SOACPD0WORKSET_ERROR_BASE + 2 )
19
#define SOACPD0WORKSET_invalid_page_size ( SOACPD0WORKSET_ERROR_BASE + 3 )
20
#define SOACPD0WORKSET_expansion_unsupported_level ( SOACPD0WORKSET_ERROR_BASE + 4 )
21
22
#endif