ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sa
auth_errors.h
Go to the documentation of this file.
1
// @<COPYRIGHT_START>@
2
// ===============================================
3
// Copyright 2006 UGS Corp. All Rights Reserved.
4
// ===============================================
5
// @<COPYRIGHT_END>@
6
7
16
#ifndef AUTH_ERRORS_H
17
#define AUTH_ERRORS_H
18
19
#include <
common/emh_const.h
>
20
#include <tccore/libtccore_exports.h>
21
28
#define AUTHORIZATION_ERROR_BASE EMH_AUTHORIZATION_error_base
29
30
#define AUTH_initialize_failed (AUTHORIZATION_ERROR_BASE + 1)
31
#define AUTH_set_name_failed (AUTHORIZATION_ERROR_BASE + 2)
32
#define AUTH_set_ruledomain_failed (AUTHORIZATION_ERROR_BASE + 3)
33
#define AUTH_init_accessorlist_failed (AUTHORIZATION_ERROR_BASE + 4)
34
#define AUTH_invalid_name (AUTHORIZATION_ERROR_BASE + 5)
35
#define AUTH_invalid_rule_domain (AUTHORIZATION_ERROR_BASE + 6)
36
#define AUTH_class_not_initialized (AUTHORIZATION_ERROR_BASE + 7)
37
#define AUTH_create_failed (AUTHORIZATION_ERROR_BASE + 8)
38
#define AUTH_get_accessors_failed (AUTHORIZATION_ERROR_BASE + 9)
39
#define AUTH_duplicate_rules (AUTHORIZATION_ERROR_BASE + 10)
40
#define AUTH_rule_not_found (AUTHORIZATION_ERROR_BASE + 11)
41
#define AUTH_cannot_delete_system_rule (AUTHORIZATION_ERROR_BASE + 12)
42
#define AUTH_check_authorization_failed (AUTHORIZATION_ERROR_BASE + 13)
43
44
47
#include <tccore/libtccore_undef.h>
48
#endif