=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / Codeset / CodeSetContext.pidl
blob0deee390d4a0d18ae2b2466a65d7425149cdea88
1 // -*- IDL -*-
3 /**
4  * @file CodeSetContext.pidl
5  *
6  * This file is used to generate CodeSetContextC.*
7  */
9 #ifndef TAO_CORBA_CODESETCONTEXT_PIDL
10 #define TAO_CORBA_CODESETCONTEXT_PIDL
12 #include "tao/CONV_FRAME.pidl"
14 #pragma prefix "omg.org"
16 module CONV_FRAME {
17   struct CodeSetContext {
18      CodeSetId char_data;
19      CodeSetId wchar_data;
20   };
23 #endif /* TAO_CORBA_CODESETCONTEXT_PIDL */