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

📄 changes

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻
字号:
CHANGES,v 1.1 1999/08/24 21:35:28 mm4 Exp

Changelog for chapter 3 example in "Advanced CORBA Programming 
with C++" by Michi Henning and Steve Vinoski, Copyright 1999, 
Addison-Wesley, Reading, MA.  The following changes have been made
to the book's source code to make the example work with TAO and 
with various platforms and compilers.

______________________________________________________________________________
ESSENTIAL CHANGES:
  1. changed filenames .cc to .cpp and .hh h, and modified #includes in 
     client.cpp server.cpp and server.h appropriately.

  2. a) changed #include "time.h"  to  #include "timeC.h" in client.cpp

     b) Moved standard #includes below local #includes, and commented-out 
        unnecessary #includes to avoid warnings and errors (g++)
          -client.cpp now reads:
              #include "timeC.h"
              #include <iomanip.h>
              // #include <iostream.h>
          -server.cpp now reads:
              #include "server.h"
              // #include <time.h>
              // #include <iostream.h>

______________________________________________________________________________
ADDITIONAL CHANGES:
  3. added .in() to _var type parameters 
       -3 times in client.cpp for calls to is_nil() and _narrow()
       -3 times in main() in server.cpp for calls to _narrow(), 
        object_to_string, and <<















⌨️ 快捷键说明

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