ITK Function Reference

(V10000.1.0.60_20160308.00)
user_server_exits.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
6 /* */
7 
8 #ifndef USER_SERVER_EXITS_H
9 #define USER_SERVER_EXITS_H
10 
11 #include <stdio.h>
12 #include <tc/tc_startup.h>
13 #include <ict/ict_userservice.h>
14 #include <server_exits/libserver_exits_exports.h>
15 
21 #ifdef __cplusplus
22  extern "C"
23  {
24 #endif
25 
26 extern SERVER_EXITS_API int USERSERVICE_register_methods();
27 
28 #ifdef __cplusplus
29  }
30 #endif
31 
34 #include <server_exits/libserver_exits_undef.h>
35 
36 #endif