Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / IORInterceptor / test.idl
bloba36703188e4f09f3261bb3a3aa05048bd865ea90
1 // -*- IDL -*-
3 //=============================================================================
4 /**
5 * @file test.idl
7 * "test" IDL interface for the IORInterceptor test.
9 * @author Ossama Othman <ossama@uci.edu>
11 //=============================================================================
14 #include "tao/IOP.pidl"
16 module FOO
19 interface test
21 oneway void shutdown ();
24 // @@ Hopefully, this tagged component ID won't be reserved by
25 // anything, anytime soon.
26 const IOP::ComponentId COMPONENT_ID = 3456;