ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
imaneventtype.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
/* */
22
#ifndef IMANEVENTTYPE_H
23
#define IMANEVENTTYPE_H
24
25
/* */
26
#include <
tc/tc_startup.h
>
27
#include <
sub_mgr/imaneventtype_errors.h
>
28
#include <
tc/iman_macros.h
>
29
30
#include <
sub_mgr/tceventtype.h
>
31
32
#define MAX_IMANEVENTTYPE_ID_LEN MAX_TCEVENTTYPE_ID_LEN
33
#define MAX_IMANEVENTTYPE_ATTR_STRLEN MAX_TCEVENTTYPE_ATTR_STRLEN
34
#define IMANEVENTTYPE_ask_eventtype_id TCEVENTTYPE_ask_eventtype_id
35
#define IMANEVENTTYPE_find TCEVENTTYPE_find
36
#define IMANEVENTTYPE_ask_user_has_access_to_eventtype TCEVENTTYPE_ask_user_has_access_to_eventtype
37
38
#endif