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

interface Test_Object
{
  // = TITLE
  //   This is a simple  interface to test the Naming Service.

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