summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing_persistent/Identity.idl
blob: f16f5e410ebff5bc1d8dbab03a9ec943b8bc3ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $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 <marina@cs.wustl.edu>
//    with modifications by Bala Natarajan <bala@cs.wustl.edu>
// ============================================================================

interface Identity
{
  void get_name (out string name);
  // Obtain the name of this object.
};