Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Object_Loader / Test.idl
blob9d82ef2d79af5af28324a869b8bd91eaf6306d05
1 interface Test
3 // = TITLE
4 // A simple interface to test the Object Loading features in the
5 // ORB.
7 long instance_count ();
9 void destroy ();