Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / examples / Load_Balancing_persistent / Identity.idl
blobcd6788dc87cb5cf5804ab90fb6f00c9839cb78ad
2 //=============================================================================
3 /**
4 * @file Identity.idl
6 * Interface for a toy CORBA service useful for
7 * testing/demonstrating functionality of the Load
8 * Balancing service defined in Load_Balancer.idl.
11 * @author Marina Spivak <marina@cs.wustl.edu> with modifications by Bala Natarajan <bala@cs.wustl.edu>
13 //=============================================================================
16 interface Identity
18 void get_name (out string name);
19 // Obtain the name of this object.