ITK Function Reference

(V10000.1.0.60_20160308.00)
table_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 2009.
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 
18 #ifndef TABLE_ERRORS_H
19 #define TABLE_ERRORS_H
20 
21 #include <common/emh_const.h>
22 #include <tccore/libtccore_exports.h>
23 
30 #define TABLE_ERROR_BASE EMH_TABLE_error_base
31 
32 #define TABLE_deserialize_tablecell_obj_failed_invalid_celltype (TABLE_ERROR_BASE + 1)
33 
36 #include <tccore/libtccore_undef.h>
37 
38 #endif