ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sa
auditmgr_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 AUDITMGR_ERRORS_H
15
#define AUDITMGR_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
#include <sa/libsa_exports.h>
19
26
#define AUDITMGR_INVALID_OBJECT (EMH_AUDITMGR_error_base + 0)
27
#define AUDITMGR_INVALID_EVENT (EMH_AUDITMGR_error_base + 1)
28
#define AUDITMGR_DUPLICATE_DEF (EMH_AUDITMGR_error_base + 2)
29
#define AUDITMGR_NO_READ (EMH_AUDITMGR_error_base + 3)
30
#define AUDITMGR_NO_DELETE (EMH_AUDITMGR_error_base + 4)
31
#define AUDITMGR_IS_DISABLED (EMH_AUDITMGR_error_base + 5)
32
#define AUDITMGR_MISSING_OBJECT_TYPE (EMH_AUDITMGR_error_base + 6)
33
#define AUDITMGR_INVALID_OBJECT_TYPE (EMH_AUDITMGR_error_base + 7)
34
#define AUDITMGR_MISSING_OBJECT_CLASS (EMH_AUDITMGR_error_base + 8)
35
#define AUDITMGR_INVALID_OPERATOR (EMH_AUDITMGR_error_base + 9)
36
#define AUDITMGR_UNDEF_AUDIT (EMH_AUDITMGR_error_base + 10)
37
#define AUDITMGR_TOO_MANY_COND (EMH_AUDITMGR_error_base + 11)
38
#define AUDITMGR_NO_TABLE (EMH_AUDITMGR_error_base + 12)
39
#define AUDITMGR_INVALID_NUMERIC_INPUT (EMH_AUDITMGR_error_base + 13)
40
41
44
#include <sa/libsa_undef.h>
45
46
#endif
47