Typecode_typesC.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Typecode_typesC.h,v 1.14 2005/11/24 11:05:46 ossama Exp
00004 
00005 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
00006 // TAO and the TAO IDL Compiler have been developed by:
00007 //       Center for Distributed Object Computing
00008 //       Washington University
00009 //       St. Louis, MO
00010 //       USA
00011 //       http://www.cs.wustl.edu/~schmidt/doc-center.html
00012 // and
00013 //       Distributed Object Computing Laboratory
00014 //       University of California at Irvine
00015 //       Irvine, CA
00016 //       USA
00017 //       http://doc.ece.uci.edu/
00018 // and
00019 //       Institute for Software Integrated Systems
00020 //       Vanderbilt University
00021 //       Nashville, TN
00022 //       USA
00023 //       http://www.isis.vanderbilt.edu/
00024 //
00025 // Information about TAO is available at:
00026 //     http://www.cs.wustl.edu/~schmidt/TAO.html
00027 
00028 // TAO_IDL - Generated from
00029 // be\be_codegen.cpp:153
00030 
00031 #ifndef _TAO_IDL_ORIG_TYPECODE_TYPESC_H_
00032 #define _TAO_IDL_ORIG_TYPECODE_TYPESC_H_
00033 
00034 #include /**/ "ace/pre.h"
00035 
00036 #include "tao/TAO_Export.h"
00037 
00038 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00039 # pragma once
00040 #endif /* ACE_LACKS_PRAGMA_ONCE */
00041 
00042 #include "tao/Basic_Types.h"
00043 
00044 #if defined (TAO_EXPORT_MACRO)
00045 #undef TAO_EXPORT_MACRO
00046 #endif
00047 #define TAO_EXPORT_MACRO TAO_Export
00048 
00049 #if defined(_MSC_VER)
00050 #pragma warning(push)
00051 #pragma warning(disable:4250)
00052 #endif /* _MSC_VER */
00053 
00054 #if defined (__BORLANDC__)
00055 #pragma option push -w-rvl -w-rch -w-ccc -w-inl
00056 #endif /* __BORLANDC__ */
00057 
00058 // TAO_IDL - Generated from
00059 // be\be_visitor_module/module_ch.cpp:48
00060 
00061 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00062 
00063 namespace CORBA
00064 {
00065 
00066   // TAO_IDL - Generated from
00067   // be\be_interface.cpp:598
00068 
00069   // TAO_IDL - Generated from
00070   // be\be_visitor_enum/enum_ch.cpp:57
00071 
00072   enum TCKind
00073   {
00074     tk_null,
00075     tk_void,
00076     tk_short,
00077     tk_long,
00078     tk_ushort,
00079     tk_ulong,
00080     tk_float,
00081     tk_double,
00082     tk_boolean,
00083     tk_char,
00084     tk_octet,
00085     tk_any,
00086     tk_TypeCode,
00087     tk_Principal,
00088     tk_objref,
00089     tk_struct,
00090     tk_union,
00091     tk_enum,
00092     tk_string,
00093     tk_sequence,
00094     tk_array,
00095     tk_alias,
00096     tk_except,
00097     tk_longlong,
00098     tk_ulonglong,
00099     tk_longdouble,
00100     tk_wchar,
00101     tk_wstring,
00102     tk_fixed,
00103     tk_value,
00104     tk_value_box,
00105     tk_native,
00106     tk_abstract_interface,
00107     tk_local_interface,
00108     tk_component,
00109     tk_home,
00110     tk_event
00111 
00112     // This symbol is not defined by CORBA 3.0.  It's used to speed up
00113     // dispatch based on TCKind values, and lets many important ones
00114     // just be table lookups.  It must always be the last enum value!!
00115     , TAO_TC_KIND_COUNT
00116   };
00117 
00118   typedef TCKind &TCKind_out;
00119 
00120 // TAO_IDL - Generated from
00121 // be\be_visitor_module/module_ch.cpp:66
00122 
00123 } // module CORBA
00124 
00125 // TAO_IDL - Generated from
00126 // be\be_visitor_traits.cpp:61
00127 
00128 
00129 // TAO_IDL - Generated from
00130 // be\be_visitor_enum/cdr_op_ch.cpp:50
00131 
00132 TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::TCKind);
00133 TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::TCKind &);
00134 
00135 // TAO_IDL - Generated from
00136 // be\be_codegen.cpp:955
00137 
00138 TAO_END_VERSIONED_NAMESPACE_DECL
00139 
00140 #if defined(_MSC_VER)
00141 #pragma warning(pop)
00142 #endif /* _MSC_VER */
00143 
00144 #if defined (__BORLANDC__)
00145 #pragma option pop
00146 #endif /* __BORLANDC__ */
00147 
00148 #include /**/ "ace/post.h"
00149 
00150 #endif /* ifndef */
00151 
00152 

Generated on Thu Nov 9 11:54:27 2006 for TAO by doxygen 1.3.6