summaryrefslogtreecommitdiff
path: root/TAO/tao/diffs/RTCORBAS.h.diff
blob: 66757e24ddd402c9fe4f11e0a3ed7fc22f05b9c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- orig/RTCORBAS.h	Sun Mar  4 10:31:17 2001
+++ RTCORBAS.h	Sun Mar  4 10:52:10 2001
@@ -23,6 +23,10 @@
 #define _TAO_IDL_ORIG_RTCORBAS_H_
 
 #include "ace/pre.h"
+#include "orbconf.h"
+
+#if (TAO_HAS_RT_CORBA == 1)
+
 #include "IOPS.h"
 #include "TimeBaseS.h"
 #include "RTCORBAC.h"
@@ -32,13 +36,6 @@
 # pragma once
 #endif /* ACE_LACKS_PRAGMA_ONCE */
 
-#include "tao/PortableServer/PortableServer.h"
-#include "tao/PortableServer/Servant_Base.h"
-#include "tao/PortableServer/Collocated_Object.h"
-#include "tao/PortableServer/ThruPOA_Object_Proxy_Impl.h"
-#include "tao/PortableServer/Direct_Object_Proxy_Impl.h"
-#include "tao/PortableServer/ServerRequestInfo.h"
-
 #if defined(_MSC_VER)
 #if (_MSC_VER >= 1200)
 #pragma warning(push)
@@ -68,6 +65,8 @@
 #if defined (__BORLANDC__)
 #pragma option pop
 #endif /* __BORLANDC__ */
+
+#endif /* TAO_HAS_RT_CORBA == 1 */
 
 #include "ace/post.h"
 #endif /* ifndef */