RTI Connext DDS Micro  Version 2.4.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
rh_sm_dll.h
Go to the documentation of this file.
1 /*
2  * FILE: rh_sm.dll - ReaderHistory DLL external linkage
3  *
4  * (c) Copyright 2008-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 ReaderHistory DLL external linkage
20  */
21 #ifndef rh_sm_dll_h
22 #define rh_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_rh_sm_DLL_EXPORT
30 #define RTI_rh_sm_DLL_EXPORT
31 #endif
32 #ifndef RTI_rh_sm_DLL_VARIABLE
33 #define RTI_rh_sm_DLL_VARIABLE
34 #endif
35 #endif
36 
37 #if defined(RTI_rh_sm_DLL_EXPORT)
38 #define RHSMDllExport __declspec( dllexport )
39 #else
40 #define RHSMDllExport
41 #endif /* RTI_rh_sm_DLL_EXPORT */
42 
43 #if defined(RTI_rh_sm_DLL_VARIABLE)
44 #if defined(RTI_rh_sm_DLL_EXPORT)
45 #define RHSMDllVariable __declspec( dllexport )
46 #else
47 #define RHSMDllVariable __declspec( dllimport )
48 #endif /* RTI_rh_sm_DLL_EXPORT */
49 #else
50 #define RHSMDllVariable
51 #endif /* RTI_rh_sm_DLL_EXPORT */
52 #else
53 #define RHSMDllExport
54 #define RHSMDllVariable
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 /* rh_sm_dll_h */

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