ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tc
lm_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef LM_ERRORS_H
15
#define LM_ERRORS_H
16
24
#define LM_LOGBUSY 23001
25
27
#define LM_NOADMIN 23002
28
30
#define LM_NOAPPL 23003
31
33
#define LM_ADMINBUSY 23004
34
36
#define LM_APPLBUSY 23005
37
39
#define LM_INSTLBUSY 23006
40
42
#define LM_NOINSTL 23007
43
45
#define LM_NOSECUR 23008
46
48
#define LM_SECURBUSY 23009
49
51
#define LM_NOSYSTM 23010
52
54
#define LM_SYSTMBUSY 23011
55
58
#endif
59