summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/diffs/RTScheduler.diff
blob: 85f168b8593686dec942584dfaf8ee2e552d2bd3 (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
37
38
39
40
41
42
43
44
45
--- orig/RTSchedulerC.h	2003-12-29 10:11:07.000000000 -0600
+++ RTSchedulerC.h	2003-12-29 10:14:38.000000000 -0600
@@ -40,18 +40,15 @@
 #endif /* ACE_LACKS_PRAGMA_ONCE */
 
 #include "rtscheduler_export.h"
-#include "tao/CDR.h"
-#include "tao/Environment.h"
-#include "tao/Object.h"
-#include "tao/Sequence_T.h"
-#include "tao/Objref_VarOut_T.h"
-#include "tao/Seq_Var_T.h"
-#include "tao/Seq_Out_T.h"
 
-#include "tao/RTCORBA/RTCORBAC.h"
+#include "tao/RTCORBA/RTCORBA.h"
 #include "tao/PortableServer/PortableServerC.h"
 #include "tao/PortableInterceptorC.h"
 
+#ifndef TAO_RTSCHEDULER_SAFE_INCLUDE
+#error "You should not include RTSchedulerC.h directly, use RTScheduler.h"
+#endif /* !TAO_RTSCHEDULER_SAFE_INCLUDE */
+
 #if defined (TAO_EXPORT_MACRO)
 #undef TAO_EXPORT_MACRO
 #endif
@@ -94,6 +91,7 @@
 
 // TAO_IDL - Generated from
 // be/be_visitor_module/module_ch.cpp:66
+  typedef void* VoidData;
 
 } // module CORBA
 
--- orig/RTSchedulerC.cpp	2003-12-29 10:11:07.000000000 -0600
+++ RTSchedulerC.cpp	2003-12-29 10:13:12.000000000 -0600
@@ -29,7 +29,7 @@
 // be/be_codegen.cpp:338
 
 
-#include "RTSchedulerC.h"
+#include "RTScheduler.h"
 #include "tao/ORB_Core.h"
 #include "tao/Typecode.h"
 #include "tao/Var_Size_Argument_T.h"