summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing/Identity.idl
blob: dfeff0e0c46550a4fd93eeadb892ce17cef70457 (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>
//
// ============================================================================

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