RTI Connext DDS Micro  Version 2.4.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wh_sm_dll.h
Go to the documentation of this file.
1 /*
2  * FILE: wh_sm.dll - WriterHistory DLL external linkage
3  *
4  * (c) Copyright 2011-2015 Real-Time Innovations,
5  *
6  * All rights reserved.
7  *
8  * No duplications, whole or partial, manual or electronic, may be made
9  * without express written permission. Any such copies, or
10  * revisions thereof, must display this notice unaltered.
11  * This code contains trade secrets of Real-Time Innovations, Inc.
12  *
13  * Modification History
14  * --------------------
15  * 30apr2011,tk Created
16  */
17 /*ce
18  * \file
19  * \brief WriterHistory DLL external linkage
20  */
21 #ifndef wh_sm_dll_h
22 #define wh_sm_dll_h
23 
24 #include "osapi/osapi_config.h"
25 
26 #if defined(RTI_WIN32) || defined(RTI_WINCE)
27 
28 #if defined(RTIME_DLL_EXPORT)
29 #ifndef RTI_wh_sm_DLL_EXPORT
30 #define RTI_wh_sm_DLL_EXPORT
31 #endif
32 #ifndef RTI_wh_sm_DLL_VARIABLE
33 #define RTI_wh_sm_DLL_VARIABLE
34 #endif
35 #endif
36 
37 #if defined(RTI_wh_sm_DLL_EXPORT)
38 #define WHSMDllExport __declspec( dllexport )
39 #else
40 #define WHSMDllExport
41 #endif /* RTI_history_DLL_EXPORT */
42 
43 #if defined(RTI_wh_sm_DLL_VARIABLE)
44 #if defined(RTI_history_DLL_EXPORT)
45 #define WHSMDllVariable __declspec( dllexport )
46 #else
47 #define WHSMDllVariable __declspec( dllimport )
48 #endif /* RTI_history_DLL_EXPORT */
49 #else
50 #define WHSMDllVariable
51 #endif /* RTI_history_DLL_VARIABLE */
52 #else
53 #define WHSMDllExport
54 #define WHSMDllVariable
55 #endif /* RTI_WIN32 || RTI_WINCE */
56 
57 
58 
59 
60 #if defined(__cplusplus) && defined(RTI_USE_CPP_API)
61 #define RTI_CPP
62 #endif
63 
64 
65 #endif /* wh_sm_dll_h */

RTI Connext DDS Micro Version 2.4.10 Copyright © Fri Jun 30 2017 Real-Time Innovations, Inc