ior.diff

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· DIFF 代码 · 共 36 行

DIFF
36
字号
--- orig/IORC.h	Wed Feb  6 13:29:21 2002
+++ IORC.h	Wed Feb  6 13:30:34 2002
@@ -23,13 +23,20 @@
 #define _TAO_IDL_ORIG_IORC_H_
 
 #include "ace/pre.h"
-#include "tao/corba.h"
+#include "tao/corbafwd.h"
+
+#ifndef TAO_IORMANIP_SAFE_INCLUDE
+#error "You should not include IORC.h directly, use IORManip_Loader.h"
+#endif /* !TAO_IORMANIP_SAFE_INCLUDE */
 
 #if !defined (ACE_LACKS_PRAGMA_ONCE)
 # pragma once
 #endif /* ACE_LACKS_PRAGMA_ONCE */
 
 #include "ior_manip_export.h"
+#include "tao/Exception.h"
+#include "tao/Object.h"
+#include "tao/Sequence.h"
 
 #if defined (TAO_EXPORT_MACRO)
 #undef TAO_EXPORT_MACRO
--- orig/IORC.cpp	Wed Feb  6 13:29:21 2002
+++ IORC.cpp	Wed Feb  6 13:30:56 2002
@@ -19,7 +19,7 @@
 // Information about TAO is available at:
 //     http://www.cs.wustl.edu/~schmidt/TAO.html
 
-#include "IORC.h"
+#include "IORManip_Loader.h"
 
 #include "tao/Stub.h"
 #include "tao/Invocation.h"

⌨️ 快捷键说明

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