ITK Function Reference

(V10000.1.0.60_20160308.00)
editcontext.h
Go to the documentation of this file.
1 /*
2  Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
3  ==================================================
4  Copyright 2014.
5  Siemens Product Lifecycle Management Software Inc.
6  All Rights Reserved.
7  ==================================================
8  Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
9 */
10 
17 #ifndef TEAMCENTER_EDITCONTEXT_H
18 #define TEAMCENTER_EDITCONTEXT_H
19 
20 #include <unidefs.h>
21 
22 #include <Fnd0editcontext/libfnd0editcontext_exports.h>
23 
39 #ifdef __cplusplus
40  extern "C" {
41 #endif
42 
53 extern FND0EDITCONTEXT_API int EDITCONTEXT_new_edit_context_id (
54  tag_t object_type,
55  char **id
56  );
57 
59 #ifdef __cplusplus
60  }
61 #endif
62 
63 #include <Fnd0editcontext/libfnd0editcontext_undef.h>
64 
65 #endif