summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Test.idl
blob: 4c0f00b66a1a6550e3faa6360308c9318c815522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// $Id$

/// Put the interfaces in a module, to avoid global namespace pollution
module Test
{
  /// A very simple interface
  interface Simple
  {
    /// Return a simple string
    string get_string ();

  };
};