diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-22 03:50:14 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-22 03:50:14 +0000 |
commit | c2e4add68d698bb18e7787e283a80bd6853784fc (patch) | |
tree | 9f1110f98a937ff771881babb94d74aff49c3692 /TAO/tao/WrongTransactionC.cpp | |
parent | 4f0c4209fe287756a708caec92611afb4ca145e0 (diff) | |
download | ATCD-c2e4add68d698bb18e7787e283a80bd6853784fc.tar.gz |
Fri May 21 22:09:09 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/WrongTransactionC.cpp')
-rw-r--r-- | TAO/tao/WrongTransactionC.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/WrongTransactionC.cpp b/TAO/tao/WrongTransactionC.cpp index 6458a5bb877..e85873c1b2a 100644 --- a/TAO/tao/WrongTransactionC.cpp +++ b/TAO/tao/WrongTransactionC.cpp @@ -8,9 +8,9 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html -#if ! defined (TAO_HAS_MINIMUM_CORBA) +#include "tao/WrongTransactionC.h" -#include "WrongTransactionC.h" +#if !defined (TAO_HAS_MINIMUM_CORBA) // default constructor CORBA_WrongTransaction::CORBA_WrongTransaction (void) @@ -39,7 +39,7 @@ CORBA_WrongTransaction::operator= (const CORBA_WrongTransaction &_tao_excp) } // narrow -CORBA_WrongTransaction_ptr +CORBA_WrongTransaction_ptr CORBA_WrongTransaction::_narrow (CORBA::Exception *exc) { if (!ACE_OS::strcmp ("IDL:omg.org/CORBA/WrongTransaction:1.0", exc->_id ())) // same type @@ -60,6 +60,4 @@ CORBA::Exception *CORBA_WrongTransaction::_alloc (void) return new CORBA_WrongTransaction; } -#endif /* ! defined TAO_HAS_MINIMUM_CORBA */ - - +#endif /* TAO_HAS_MINIMUM_CORBA */ |