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_WRONGTRANSACTIONC_H_
29 #define _TAO_IDL_ORIG_WRONGTRANSACTIONC_H_
31 #include /**/ "ace/pre.h"
34 #include "ace/config-all.h"
36 #if !defined (ACE_LACKS_PRAGMA_ONCE)
38 #endif /* ACE_LACKS_PRAGMA_ONCE */
40 #include /**/ "tao/TAO_Export.h"
45 #pragma warning(disable:4250)
48 // TAO_IDL - Generated from
49 // be\be_visitor_module/module_ch.cpp:48
51 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
55 // TAO_IDL - Generated from
56 // be\be_visitor_exception/exception_ch.cpp:53
58 #if !defined (_CORBA_WRONGTRANSACTION_CH_)
59 #define _CORBA_WRONGTRANSACTION_CH_
61 class TAO_Export WrongTransaction
: public CORBA::UserException
65 WrongTransaction (const WrongTransaction
&);
68 WrongTransaction
&operator= (const WrongTransaction
&);
70 static void _tao_any_destructor (void *);
72 static WrongTransaction
*_downcast (CORBA::Exception
*);
73 static const WrongTransaction
*_downcast (CORBA::Exception
const *);
75 static CORBA::Exception
*_alloc ();
77 virtual CORBA::Exception
*_tao_duplicate () const;
79 virtual void _raise () const;
81 virtual void _tao_encode (
82 TAO_OutputCDR
&) const;
84 virtual void _tao_decode (
87 // TAO_IDL - Generated from
88 // be\be_visitor_exception/exception_ch.cpp:129
90 virtual CORBA::TypeCode_ptr
_tao_type () const;
93 #endif /* end #if !defined */
95 // TAO_IDL - Generated from
96 // be\be_visitor_module/module_ch.cpp:66
100 // TAO_IDL - Generated from
101 // be\be_visitor_traits.cpp:61
103 // Traits specializations.
108 // TAO_IDL - Generated from
109 // be\be_visitor_exception/cdr_op_ch.cpp:52
111 TAO_Export
CORBA::Boolean
operator<< (TAO_OutputCDR
&, const CORBA::WrongTransaction
&);
112 TAO_Export
CORBA::Boolean
operator>> (TAO_InputCDR
&, CORBA::WrongTransaction
&);
114 // TAO_IDL - Generated from
115 // be\be_codegen.cpp:955
117 TAO_END_VERSIONED_NAMESPACE_DECL
119 #if defined(_MSC_VER)
121 #endif /* _MSC_VER */
123 #include /**/ "ace/post.h"