summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_Naming/Replication/test_object.idl
blob: d7656c28a195913f5b6639dd1414ba774580f082 (plain)
1
2
3
4
5
6
7
8
9
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.
};