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