26 #include <coss/CosNaming.h>
27 #include <rtm/idl/RTC.h>
31 #include <tao/corba.h>
32 #include <orbsvcs/CosNamingC.h>
36 #include <RtORB/cdrStream.h>
37 #endif // ORB_IS_RTORB
42 #pragma warning( disable : 4267 )
43 #pragma warning( disable : 4290 )
44 #pragma warning( disable : 4311 )
45 #pragma warning( disable : 4312 )
48 #include <omniORB4/CORBA.h>
49 #include <omnithread.h>
52 #pragma warning( default : 4267 )
53 #pragma warning( default : 4290 )
54 #pragma warning( default : 4311 )
55 #pragma warning( default : 4312 )
58 #endif // ORB_IS_OMNIORB
60 #include <rtm/idl/OpenRTMSkel.h>
62 #ifdef RTC_CORBA_CXXMAPPING11
63 #define RefCountServantBase ServantBase
67 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
68 # define DLL_EXPORT __declspec(dllexport)
71 BOOL
WINAPI DllMain (HINSTANCE hinstDll, DWORD fdwReason, LPVOID lpvReserved);
#define WINAPI
Definition: RTC.h:74
coil::Properties Properties
Definition: RTC.h:83
Class represents a set of properties.
Definition: Properties.h:101
Property list class (derived from Java Properties)