giop.diff

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

DIFF
47
字号
--- orig/GIOPC.h	2003-04-27 11:09:17.000000000 -0500
+++ ./GIOPC.h	2003-04-27 11:15:10.000000000 -0500
@@ -30,20 +30,17 @@
 
 #ifndef _TAO_IDL_ORIG_GIOPC_H_
 #define _TAO_IDL_ORIG_GIOPC_H_
-
 #include "ace/pre.h"
 
-#include "tao/corba.h"
+#include "tao/corbafwd.h"
 
 #if !defined (ACE_LACKS_PRAGMA_ONCE)
 # pragma once
 #endif /* ACE_LACKS_PRAGMA_ONCE */
 
-
-#include "tao/TAO_Export.h"
-
-#include "IOPC.h"
-#include "OctetSeqC.h"
+#include "tao/IOP_IORC.h"
+#include "tao/VarOut_T.h"
+#include "tao/Any_T.h"
 
 #if defined (TAO_EXPORT_MACRO)
 #undef TAO_EXPORT_MACRO
--- orig/GIOPC.cpp	2003-04-27 11:09:17.000000000 -0500
+++ ./GIOPC.cpp	2003-04-27 11:16:07.000000000 -0500
@@ -30,16 +30,6 @@
 
 
 #include "GIOPC.h"
-#include "tao/Stub.h"
-#include "tao/Invocation.h"
-#include "tao/PortableInterceptor.h"
-
-#if TAO_HAS_INTERCEPTORS == 1
-#include "tao/RequestInfo_Util.h"
-#include "tao/ClientRequestInfo_i.h"
-#include "tao/ClientInterceptorAdapter.h"
-#endif  /* TAO_HAS_INTERCEPTORS == 1 */
-
 
 #if defined (__BORLANDC__)
 #pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig

⌨️ 快捷键说明

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