4 * @file Interceptor.pidl
6 * @brief Pre-compiled IDL source for the Interceptor
7 * components in the ORB.
10 #ifndef _INTERCEPTOR_IDL_
11 #define _INTERCEPTOR_IDL_
13 module PortableInterceptor {
15 typeprefix PortableInterceptor "omg.org";
17 local interface Interceptor
19 readonly attribute string name;
24 #endif /* _INTERCEPTOR_IDL_ */