WordRTC  0.5.0
 全て クラス ファイル 関数 変数
WriterStub.h
説明を見る。
1 // -*- C++ -*-
12 #ifndef _WRITERSTUB_H
13 #define _WRITERSTUB_H
14 
15 
16 
17 #include <rtm/config_rtc.h>
18 #undef PACKAGE_BUGREPORT
19 #undef PACKAGE_NAME
20 #undef PACKAGE_STRING
21 #undef PACKAGE_TARNAME
22 #undef PACKAGE_VERSION
23 
24 #if defined ORB_IS_TAO
25 # include "WriterC.h"
26 #elif defined ORB_IS_OMNIORB
27 # if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
28 # undef USE_stub_in_nt_dll
29 # endif
30 # include "Writer.hh"
31 #elif defined ORB_IS_MICO
32 # include "Writer.h"
33 #elif defined ORB_IS_ORBIT2
34 # include "Writer-cpp-stubs.h"
35 #elif defined ORB_IS_RTORB
36 # include "Writer.h"
37 #else
38 # error "NO ORB defined"
39 #endif
40 
41 #endif // _WRITERSTUB_H