giops.cpp.diff
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· DIFF 代码 · 共 70 行
DIFF
70 行
--- orig/GIOPS.cpp Thu Jan 10 11:45:43 2002
+++ GIOPS.cpp Tue Sep 12 18:04:48 2000
@@ -1,52 +1,22 @@
-// -*- C++ -*-
+/* -*- C++ -*- GIOPS.cpp.diff,v 1.1 2002/01/10 17:59:01 bala Exp */
//
-// GIOPS.cpp.diff,v 1.1 2002/01/10 17:59:01 bala Exp
-
-// **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
-// TAO and the TAO IDL Compiler have been developed by:
-// Center for Distributed Object Computing
-// Washington University
-// St. Louis, MO
-// USA
-// http://www.cs.wustl.edu/~schmidt/doc-center.html
-// and
-// Distributed Object Computing Laboratory
-// University of California at Irvine
-// Irvine, CA
-// USA
-// http://doc.ece.uci.edu/
+// GIOPS.cpp.diff,v 1.1 2002/01/10 17:59:01 bala Exp
//
-// Information about TAO is available at:
-// http://www.cs.wustl.edu/~schmidt/TAO.html
-
-#ifndef _TAO_IDL_GIOPS_CPP_
-#define _TAO_IDL_GIOPS_CPP_
+// ================================================================
+//
+// = LIBRARY
+// TAO
+//
+// = FILENAME
+// GIOPS.cpp
+//
+// = DESCRIPTION
+// Generated from GIOP.pidl
+//
+// ================================================================
#include "GIOPS.h"
-#include "tao/PortableServer/Object_Adapter.h"
-#include "tao/PortableServer/Operation_Table.h"
-#include "tao/TAO_Server_Request.h"
-#include "tao/ORB_Core.h"
-#include "tao/Stub.h"
-#include "tao/IFR_Client_Adapter.h"
-#include "tao/PortableInterceptor.h"
-
-#if TAO_HAS_INTERCEPTORS == 1
-#include "tao/RequestInfo_Util.h"
-#include "tao/PICurrent.h"
-#include "tao/PortableServer/ServerRequestInfo.h"
-#include "tao/PortableServer/ServerInterceptorAdapter.h"
-#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
-#include "ace/Dynamic_Service.h"
-#if defined (__BORLANDC__)
-#pragma option -w-rvl -w-rch -w-ccc -w-aus
-#endif /* __BORLANDC__ */
-
#if !defined (__ACE_INLINE__)
#include "GIOPS.i"
#endif /* !defined INLINE */
-
-
-#endif /* ifndef */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?