readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 27 行
TXT
27 行
This module is used as a test for IDL interfaces that inherit from
multiple interfaces. The "diamond of death" inheritance hierarchy is
used in this example where there is a common base class (A), two
classes deriving from the common base class (B and C) and then a final
derived class (D) that inherits from both B and C.
The client starts off with CORBA Object, narrows to interface A, then
B, then C, and finally D. It calls all the methods on each interface.
Run the server without arguments. Then use the IOR generated by the
server to run the client:
client -k <ior>
You should get the following output:
method1
method1
method2
method1
method3
method1
method2
method3
method4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?