1 2 3 4 5 6 7 8 9 10 11 12 13 14
// // $Id$ // interface Test { // = TITLE // A simple interface to test the Object Loading features in the // ORB. long instance_count (); void destroy (); };