summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Deactivate_Object/Test.idl
blob: 6c17817b32f15ba6e212778beca64127432f661a (plain)
1
2
3
4
5
6
7
8
9
10
11

/// 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 ();
  };
};