blob: 7aba7ebf6b3442e2785ba8a4a8960b94ed9685bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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:
Coll_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.
|