ITK Function Reference

(V10000.1.0.60_20160308.00)
tcaehelper.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 TCAEHELPER_H
15 #define TCAEHELPER_H
16 
17 #include <tccore/libtccore_exports.h>
18 
19 #ifdef __cplusplus
20  extern "C"{
21 #endif
22 
28 extern TCCORE_API int TCAE_has_license(
29  int* hasLicense
35  );
36 
40 extern TCCORE_API int TCAE_register_auth_func();
41 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #include <tccore/libtccore_undef.h>
49 
50 #endif