Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / AnyTypeCode / WrongTransactionA.h
blob1bd6a30371f160cd969b32ee87d1288742fa4e6c
1 // -*- C++ -*-
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
6 // St. Louis, MO
7 // USA
8 // http://www.cs.wustl.edu/~schmidt/doc-center.html
9 // and
10 // Distributed Object Computing Laboratory
11 // University of California at Irvine
12 // Irvine, CA
13 // USA
14 // http://doc.ece.uci.edu/
15 // and
16 // Institute for Software Integrated Systems
17 // Vanderbilt University
18 // Nashville, TN
19 // USA
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_WRONGTRANSACTIONA_H_
29 #define _TAO_IDL_ORIG_WRONGTRANSACTIONA_H_
31 #include /**/ "ace/pre.h"
34 #include "ace/config-all.h"
36 #if !defined (ACE_LACKS_PRAGMA_ONCE)
37 # pragma once
38 #endif /* ACE_LACKS_PRAGMA_ONCE */
40 #include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h"
41 #include "tao/AnyTypeCode/AnyTypeCode_methods.h"
42 #include "tao/WrongTransactionC.h"
44 #if defined(_MSC_VER)
45 #pragma warning(push)
46 #pragma warning(disable:4250)
47 #endif /* _MSC_VER */
49 // TAO_IDL - Generated from
50 // be\be_visitor_module/module_ch.cpp:48
52 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
54 namespace CORBA
56 // TAO_IDL - Generated from
57 // be\be_visitor_typecode/typecode_decl.cpp:44
59 extern TAO_AnyTypeCode_Export ::CORBA::TypeCode_ptr const _tc_WrongTransaction;
61 // TAO_IDL - Generated from
62 // be\be_visitor_module/module_ch.cpp:66
64 } // module CORBA
66 // TAO_IDL - Generated from
67 // be\be_visitor_traits.cpp:61
69 // Traits specializations.
70 namespace TAO
74 // TAO_IDL - Generated from
75 // be\be_visitor_exception/any_op_ch.cpp:52
77 namespace CORBA
79 TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, const CORBA::WrongTransaction &); // copying version
80 TAO_AnyTypeCode_Export void operator<<= (CORBA::Any &, CORBA::WrongTransaction*); // noncopying version
81 TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::WrongTransaction *&); // deprecated
82 TAO_AnyTypeCode_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::WrongTransaction *&);
84 // TAO_IDL - Generated from
85 // be\be_codegen.cpp:955
87 TAO_END_VERSIONED_NAMESPACE_DECL
89 #if defined(_MSC_VER)
90 #pragma warning(pop)
91 #endif /* _MSC_VER */
93 #include /**/ "ace/post.h"
95 #endif /* ifndef */