2 * @file WrongTransaction.pidl
4 * @brief Pre-compiled IDL source for the CORBA::WrongTransaction
7 * This file is used to generate WrongTransactionC.*, using the
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
20 * cp orig/WrongTransactionC.{h,inl,cpp} .
21 * cp orig/WrongTransactionS.h .
23 #ifndef TAO_CORBA_WRONGTRANSACTION_PIDL
24 #define TAO_CORBA_WRONGTRANSACTION_PIDL
26 #pragma prefix "omg.org"
31 * @exception WrongTransaction
33 * @brief UserException for DII requests.
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).
39 exception WrongTransaction {};
42 #endif /* TAO_CORBA_WRONGTRANSACTION_PIDL */