ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
imanactionhandler.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 IMANACTIONHANDLER_H
23
#define IMANACTIONHANDLER_H
24
25
/* */
26
#include <
tc/tc_startup.h
>
27
#include <
sub_mgr/imanactionhandler_errors.h
>
28
#include <
tc/iman_macros.h
>
29
30
#include <
sub_mgr/tcactionhandler.h
>
31
32
#define MAX_IMANACTIONHANDLER_ID_LEN MAX_TCACTIONHANDLER_ID_LEN
33
#define MAX_IMANACTIONHANDLER_ATTR_STRLEN MAX_TCACTIONHANDLER_ATTR_STRLEN
34
#define IMANUPDATE_LIB TCUPDATE_LIB
35
#define IMANACTIONHANDLER_execute_handler TCACTIONHANDLER_execute_handler
36
#define IMANACTIONHANDLER_find_handler TCACTIONHANDLER_find_handler
37
38
#endif