summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Portable_Interceptors/IORInterceptor/test.idl
blob: f6914d3edcc7ea15ff363770c28befcaf30bdcda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// -*- IDL -*-

//=============================================================================
/**
 * @file test.idl
 *
 * $Id$
 *
 * "test" IDL interface for the IORInterceptor test.
 *
 * @author Ossama Othman <ossama@uci.edu>
 */
//=============================================================================


#include "tao/IOP.pidl"

module FOO
{

  interface test
  {
    oneway void shutdown ();
  };

  // @@ Hopefully, this tagged component ID won't be reserved by
  //    anything, anytime soon.
  const IOP::ComponentId COMPONENT_ID = 3456;

};