readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 104 行
TXT
104 行
<README,v 1.2 2001/01/26 13:44:12 schmidt Exp>
This test make sure that the collocation scheme works fine in case
of diamond shaped multiple inheritance. The case taken into account
is the following:
Top
/ \
Left Right
\ /
Bottom
The IDL file Multiple.idl, defines four IDL interface that satisfy
the relation expressed by the former figure.
The test is designed in such a way that error caused by the wrong
behaviour are detected and signaled.
To run the test you can do the following:
1. Unix Like platform
$ make-----------------------<BOTTOM>-------------------------------
The Test Completed Successfully. Congratulations!
Calling ShutDown on Top.
D:\Devel\ACE_wrappers\TAO\tests\Multiple>Client.exe
$ run_test.pl
-or-
$ server
$ client
In this case the the ORB will use *ThruPOA* collocation for non RT-CORBA
applications.
$ server -ORBCollocationStrategy direct
$ client
In this case the ORB will use *Direct* collocation for non RT-CORBA
applications.
$ server -ORBCollocation no
$ client
Collocation is disabled in this case.
The right output of the client should in any case be the one outlined
below. Anyhow the test is self checking so it will detect wrong answer
caused by weirdness in the collocation.
------------------------<TOP>-------------------------------
Calling all method supported by the Interface Top
Call to <top_quote> returned with success: Ciao
------------------------<TOP>-------------------------------
------------------------<LEFT>-------------------------------
Calling all method supported by the Interface Left
Call to <top_quote> returned with success: Ciao
Call to <left_quote> returned with success: Hola
------------------------<LEFT>-------------------------------
------------------------<RIGHT>-------------------------------
Calling all method supported by the Interface Right
Call to <top_quote> returned with success: Ciao
Call to <right_quote> returned with success: Hello
------------------------<RIGHT>-------------------------------
-----------------------<BOTTOM>-------------------------------
Calling all method supported by the Interface Bottom
Call to <top_quote> returned with success: Ciao
Call to <left_quote> returned with success: Hola
Call to <right_quote> returned with success: Hello
Call to <bottom_quote> returned with success: Previet
-----------------------<BOTTOM>-------------------------------
The Test Completed Successfully. Congratulations!
Calling ShutDown on Top.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?