diff options
Diffstat (limited to 'TAO/tao/WrongTransactionC.h')
-rw-r--r-- | TAO/tao/WrongTransactionC.h | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/TAO/tao/WrongTransactionC.h b/TAO/tao/WrongTransactionC.h index b0f30a8a826..ef6687a60ab 100644 --- a/TAO/tao/WrongTransactionC.h +++ b/TAO/tao/WrongTransactionC.h @@ -1,22 +1,21 @@ /* -*- C++ -*- */ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// TAO -// -// = FILENAME -// WrongTransactionC.h -// -// = AUTHOR -// -// ****** Code generated by the The ACE ORB (TAO) IDL Compiler ******* -// TAO and the TAO IDL Compiler have been developed by the Center for -// Distributed Object Computing at Washington University, St. Louis. -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html + +//============================================================================= +/** + * @file WrongTransactionC.h + * + * $Id$ + * + * ****** Code generated by the The ACE ORB (TAO) IDL Compiler ******* + * TAO and the TAO IDL Compiler have been developed by the Center for + * Distributed Object Computing at Washington University, St. Louis. + * + * Information about TAO is available at: + * http://www.cs.wustl.edu/~schmidt/TAO.html + * + */ +//============================================================================= + #ifndef TAO_IDL_WRONG_TRANSACTIONC_H #define TAO_IDL_WRONG_TRANSACTIONC_H @@ -45,15 +44,17 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ +/** + * @class CORBA_WrongTransaction + * + * @brief Exception class generated by the TAO IDL compiler. + * + * This exception is thrown if a CORBA Request is implicitly + * associated with a transaction and is found to have an + * error in its parameters when checked at runtime (invocation). + */ class TAO_Export CORBA_WrongTransaction : public CORBA::UserException { -// = TITLE -// Exception class generated by the TAO IDL compiler. -// -// = DESCRIPTION -// This exception is thrown if a CORBA Request is implicitly -// associated with a transaction and is found to have an -// error in its parameters when checked at runtime (invocation). public: CORBA_WrongTransaction (void); // default ctor |