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

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