summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Object_Loader/Test.idl
blob: 609fe5f62c898f94ed93bd6a764df2b72af79f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

interface Test
{
  // = TITLE
  //   A simple interface to test the Object Loading features in the
  //   ORB.

  long instance_count ();

  void destroy ();
};