Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / WrongTransaction.pidl
blob2832e5ac526831a55cae394b59720307fd599328
1 /**
2  * @file WrongTransaction.pidl
3  *
4  * @brief Pre-compiled IDL source for the CORBA::WrongTransaction
5  * exception.
6  *
7  * This file is used to generate WrongTransactionC.*, using the
8  * following command:
9  *
10  *   tao_idl
11  *        -o orig -GA -Sci -SS
12  *        -Wb,export_macro=TAO_Export
13  *        -Wb,export_include=tao/TAO_Export.h
14  *        -Wb,pre_include="ace/pre.h"
15  *        -Wb,post_include="ace/post.h"
16  *        WrongTransaction.pidl
17  *
18  * and then:
19  *
20  * cp orig/WrongTransactionC.{h,inl,cpp} .
21  * cp orig/WrongTransactionS.h .
22  */
23 #ifndef TAO_CORBA_WRONGTRANSACTION_PIDL
24 #define TAO_CORBA_WRONGTRANSACTION_PIDL
26 #pragma prefix "omg.org"
28 module CORBA
30   /**
31    * @exception WrongTransaction
32    *
33    * @brief UserException for DII requests.
34    *
35    * This exception is thrown if a CORBA Request is implicitly
36    * associated with a transaction and is found to have an
37    * error in its parameters when checked at runtime (invocation).
38    */
39   exception WrongTransaction {};
42 #endif /* TAO_CORBA_WRONGTRANSACTION_PIDL */