summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Test.idl
blob: 9d82ef2d79af5af28324a869b8bd91eaf6306d05 (plain)
1
2
3
4
5
6
7
8
9
10
interface Test
{
  // = TITLE
  //   A simple interface to test the Object Loading features in the
  //   ORB.

  long instance_count ();

  void destroy ();
};