blob: a4000e5e0312e33fdaf6484b7eace29dd0e25348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This program performs a series of sanity check on the collocation
support in TAO. It also serves as an example of how to separate stub
and skeleton + implementation from the main program.
After building the example, you'll get:
Collocation_Test_Stubs.{dll,so}: This library contains stub implementations.
Diamond.{dll,so}: This library contains the implementation Diamond object.
Collocation[.exe]: This program performs the collocation test.
|