=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / ObjRefTemplate / Default_ORT.pidl
blob610117cbd45d4790b0b83f96143eaf4a19e0b643
1 // -*- IDL -*-
2 /**
3  * @file Default_ORT.pidl
4  *
5  * @brief Pre-compiled IDL source for the TAO_Default_ORT module.
6  *
7  * This file is used to generate Default_ORTC.{h,i,cpp}, using the following
8  * command:
9  *
10  *   tao_idl.exe
11  *        -o orig -GA
12  *        -I../..
13  *        -Wb,export_macro=TAO_ORT_Export \
14  *        -Wb,export_include="ort_export.h" \
15  *        -Wb,pre_include="ace/pre.h"
16  *        -Wb,post_include="ace/post.h"
17  *        Default_ORT.pidl
18  */
20 #ifndef TAO_DEFAULT_ORT_PIDL
21 #define TAO_DEFAULT_ORT_PIDL
23 #include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"
25 module TAO_Default_ORT
27   valuetype ObjectReferenceTemplate
28     : PortableInterceptor::ObjectReferenceTemplate
29   {
30   };
33 #endif /* TAO_DEFAULT_ORT_PIDL */