Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Redundant_Naming / test_object.idl
blobd7656c28a195913f5b6639dd1414ba774580f082
1 interface Test_Object
3 // = TITLE
4 // This is a simple interface that tests the Naming Service.
6 attribute short id;
7 // This provides an easy way to differentiate objects if each
8 // objects is served by a separate servant.
9 };