00001 // -*- C++ -*- 00002 // 00003 // $Id: WrongTransactionA.h 83309 2008-10-17 13:57:39Z johnnyw $ 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_WRONGTRANSACTIONA_H_ 00032 #define _TAO_IDL_ORIG_WRONGTRANSACTIONA_H_ 00033 00034 #include /**/ "ace/pre.h" 00035 00036 00037 #include "ace/config-all.h" 00038 00039 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00040 # pragma once 00041 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00042 00043 #include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h" 00044 #include "tao/AnyTypeCode/AnyTypeCode_methods.h" 00045 #include "tao/WrongTransactionC.h" 00046 00047 #if defined (TAO_EXPORT_MACRO) 00048 #undef TAO_EXPORT_MACRO 00049 #endif 00050 #define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export 00051 00052 #if defined(_MSC_VER) 00053 #pragma warning(push) 00054 #pragma warning(disable:4250) 00055 #endif /* _MSC_VER */ 00056 00057 // TAO_IDL - Generated from 00058 // be\be_visitor_module/module_ch.cpp:48 00059 00060 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00061 00062 namespace CORBA 00063 { 00064 00065 // TAO_IDL - Generated from 00066 // be\be_visitor_typecode/typecode_decl.cpp:44 00067 00068 extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_WrongTransaction; 00069 00070 // TAO_IDL - Generated from 00071 // be\be_visitor_module/module_ch.cpp:66 00072 00073 } // module CORBA 00074 00075 // TAO_IDL - Generated from 00076 // be\be_visitor_traits.cpp:61 00077 00078 // Traits specializations. 00079 namespace TAO 00080 { 00081 } 00082 00083 // TAO_IDL - Generated from 00084 // be\be_visitor_exception/any_op_ch.cpp:52 00085 00086 TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::WrongTransaction &); // copying version 00087 TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::WrongTransaction*); // noncopying version 00088 TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::WrongTransaction *&); // deprecated 00089 TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::WrongTransaction *&); 00090 00091 // TAO_IDL - Generated from 00092 // be\be_codegen.cpp:955 00093 00094 TAO_END_VERSIONED_NAMESPACE_DECL 00095 00096 #if defined(_MSC_VER) 00097 #pragma warning(pop) 00098 #endif /* _MSC_VER */ 00099 00100 #include /**/ "ace/post.h" 00101 00102 #endif /* ifndef */ 00103 00104