wrongtransaction.diff

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

DIFF
42
字号
--- orig/WrongTransactionC.h	Mon Feb  4 15:45:55 2002
+++ WrongTransactionC.h	Mon Feb  4 15:56:28 2002
@@ -23,7 +23,12 @@
 #define _TAO_IDL_ORIG_WRONGTRANSACTIONC_H_
 
 #include "ace/pre.h"
-#include "tao/corba.h"
+#include "tao/corbafwd.h"
+
+#if (TAO_HAS_MINIMUM_CORBA == 0)
+
+#include "tao/Exception.h"
+#include "tao/CDR.h"
 
 #if !defined (ACE_LACKS_PRAGMA_ONCE)
 # pragma once
@@ -127,6 +132,8 @@
 #if defined (__BORLANDC__)
 #pragma option pop
 #endif /* __BORLANDC__ */
+
+#endif /* TAO_HAS_MINIMUM_CORBA == 0 */
 
 #include "ace/post.h"
 #endif /* ifndef */
--- orig/WrongTransactionC.cpp	Mon Feb  4 15:45:55 2002
+++ WrongTransactionC.cpp	Mon Feb  4 15:56:45 2002
@@ -21,6 +21,8 @@
 
 #include "WrongTransactionC.h"
 
+#if (TAO_HAS_MINIMUM_CORBA == 0)
+
 #include "tao/Stub.h"
 #include "tao/Invocation.h"
 #include "tao/PortableInterceptor.h"
@@ -266,3 +268,4 @@
   return 0;
 }
 
+#endif /* TAO_HAS_MINIMUM_CORBA == 0 */

⌨️ 快捷键说明

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