ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
specmgr
specmgr_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2008 Siemens PLM Software
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
15
/* */
16
17
#ifndef SPECMGR_ERRORS_H
18
#define SPECMGR_ERRORS_H
19
20
#include <
common/emh_const.h
>
21
28
#define SPECMGR_ERROR_BASE EMH_SPECMGR_error_base
29
30
34
#define SPECMGR_not_supported_action (SPECMGR_ERROR_BASE + 1)
35
39
#define SPECMGR_IS_deleted_action (SPECMGR_ERROR_BASE + 2)
40
44
#endif