summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/test.idl
blob: a186afb08e84565eda60fae0c878095456fb782c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- IDL -*-

//=============================================================================
/**
 * @file test.idl
 *
 * $Id$
 *
 * Simple IDL file to test PortableInterceptor/ORB::shutdown()
 * semantics.
 *
 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
 */
//=============================================================================

interface test
{
  void hello ();

  oneway void shutdown ();
};