⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtscheduler.diff

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻 DIFF
字号:
--- 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"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -