summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/POA/Deactivate_Object/Test.idl
blob: 48c0abba8139641c7fd9b305b213fb5109176b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// $Id$
//

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