summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing/Identity.idl
blob: 34db10e40736082aa21a3ad8068f30eae5a67f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

//=============================================================================
/**
 *  @file    Identity.idl
 *
 *  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>
 */
//=============================================================================


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