summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/CORBA_e_Implicit_Activation/Test.idl
blob: 57ce97b7e5cda8e8ea00b64b0beb8164793974f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// $Id$
//

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