2 // **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
3 // TAO and the TAO IDL Compiler have been developed by:
4 // Center for Distributed Object Computing
5 // Washington University
8 // http://www.cs.wustl.edu/~schmidt/doc-center.html
10 // Distributed Object Computing Laboratory
11 // University of California at Irvine
14 // http://doc.ece.uci.edu/
16 // Institute for Software Integrated Systems
17 // Vanderbilt University
20 // http://www.isis.vanderbilt.edu/
22 // Information about TAO is available at:
23 // http://www.dre.vanderbilt.edu/~schmidt/TAO.html
25 // TAO_IDL - Generated from
26 // be\be_codegen.cpp:153
28 #ifndef _TAO_IDL_ORIG_TYPECODE_TYPESC_H_
29 #define _TAO_IDL_ORIG_TYPECODE_TYPESC_H_
31 #include /**/ "ace/pre.h"
33 #include /**/ "tao/TAO_Export.h"
35 #if !defined (ACE_LACKS_PRAGMA_ONCE)
37 #endif /* ACE_LACKS_PRAGMA_ONCE */
39 #include "tao/Basic_Types.h"
40 #include "ace/streams.h"
44 #pragma warning(disable:4250)
47 // TAO_IDL - Generated from
48 // be\be_visitor_module/module_ch.cpp:48
50 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
54 // TAO_IDL - Generated from
55 // be\be_interface.cpp:598
57 // TAO_IDL - Generated from
58 // be\be_visitor_enum/enum_ch.cpp:57
94 tk_abstract_interface
,
100 // This symbol is not defined by CORBA 3.0. It's used to speed up
101 // dispatch based on TCKind values, and lets many important ones
102 // just be table lookups. It must always be the last enum value!!
106 typedef TCKind
&TCKind_out
;
108 // TAO_IDL - Generated from
109 // be\be_visitor_module/module_ch.cpp:66
113 // TAO_IDL - Generated from
114 // be\be_visitor_traits.cpp:61
117 // TAO_IDL - Generated from
118 // be\be_visitor_enum/cdr_op_ch.cpp:50
120 TAO_Export
CORBA::Boolean
operator<< (TAO_OutputCDR
&, CORBA::TCKind
);
121 TAO_Export
CORBA::Boolean
operator>> (TAO_InputCDR
&, CORBA::TCKind
&);
122 TAO_Export
std::ostream
& operator<< (std::ostream
&strm
, const CORBA::TCKind _tao_enumerator
);
124 // TAO_IDL - Generated from
125 // be\be_codegen.cpp:955
127 TAO_END_VERSIONED_NAMESPACE_DECL
129 #if defined(_MSC_VER)
131 #endif /* _MSC_VER */
133 #include /**/ "ace/post.h"