// $Id$ // ============================================================================ // // = FILENAME // Identity.idl // // = DESCRIPTION // Interface for a toy CORBA service useful for // testing/demonstrating functionality of the Load // Balancing service defined in Load_Balancer.idl. // // = AUTHOR // Marina Spivak // with modifications by Bala Natarajan // ============================================================================ interface Identity { void get_name (out string name); // Obtain the name of this object. };