Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PI / Interceptor.pidl
blob93d93ff6cc75954b8924742ca013c242a6fbdd91
1 // -*- IDL -*-
3 /**
4  * @file Interceptor.pidl
5  *
6  * @brief Pre-compiled IDL source for the Interceptor
7  * components in the ORB.
8  */
10 #ifndef _INTERCEPTOR_IDL_
11 #define _INTERCEPTOR_IDL_
13 module PortableInterceptor {
15   typeprefix PortableInterceptor "omg.org";
17   local interface Interceptor
18   {
19     readonly attribute string name;
20     void destroy ();
21   };
24 #endif  /* _INTERCEPTOR_IDL_ */