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

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

interface test
{
  void hello ();

  oneway void shutdown ();
};