Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tao / PI / PIForwardRequest.pidl
blobce766ed6b4d4ec100f3f5c7b27498aa8d116af79
1 // -*- IDL -*-
3 /**
4  * @file PIForwardRequest.pidl
5  *
6  * @brief Pre-compiled IDL source for the PortableInterceptor
7  * components in the ORB.
8  */
10 #ifndef _PIFORWARD_REQUEST_IDL_
11 #define _PIFORWARD_REQUEST_IDL_
13 module PortableInterceptor {
15   typeprefix PortableInterceptor "omg.org";
17   exception ForwardRequest
18   {
19     Object forward;
20   };
23 #endif  /* _PIFORWARD_REQUEST_IDL_ */