summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/test_object.idl
blob: 4737f6dc6c893876ce131e22bf3d3cfda70194f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

interface Test_Object
{
  // = TITLE
  //   This is a simple interface that tests the Naming Service.

  attribute short id;
  // This provides an easy way to differentiate objects if each
  // objects is served by a separate servant.
};