summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Test.idl
blob: 924dac91c0cd42082d08475eafc36831ab0da8e3 (plain)
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 ();
};