Go to the documentation of this file.
20 #ifndef S2OPC_COMMON_EXPORT_H
21 #define S2OPC_COMMON_EXPORT_H
23 #ifdef S2OPC_COMMON_STATIC_DEFINE
24 #define S2OPC_COMMON_EXPORT
25 #define S2OPC_COMMON_NO_EXPORT
27 #ifndef S2OPC_COMMON_EXPORT
28 #ifdef s2opc_common_EXPORTS
30 #define S2OPC_COMMON_EXPORT
33 #define S2OPC_COMMON_EXPORT
37 #ifndef S2OPC_COMMON_NO_EXPORT
38 #define S2OPC_COMMON_NO_EXPORT
42 #ifndef S2OPC_COMMON_DEPRECATED
43 #define S2OPC_COMMON_DEPRECATED __attribute__((__deprecated__))
46 #ifndef S2OPC_COMMON_DEPRECATED_EXPORT
47 #define S2OPC_COMMON_DEPRECATED_EXPORT S2OPC_COMMON_EXPORT S2OPC_COMMON_DEPRECATED
50 #ifndef S2OPC_COMMON_DEPRECATED_NO_EXPORT
51 #define S2OPC_COMMON_DEPRECATED_NO_EXPORT S2OPC_COMMON_NO_EXPORT S2OPC_COMMON_DEPRECATED
55 #ifndef S2OPC_COMMON_NO_DEPRECATED
56 #define S2OPC_COMMON_NO_DEPRECATED