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

module Test
{
  /// Defines an empty interface used only for the test
  interface Empty
  {
    /// Destroy the object
    void destroy ();
  };
};