summaryrefslogtreecommitdiff
path: root/TAO/tao/WrongTransactionC.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-22 03:50:14 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-22 03:50:14 +0000
commitf5165100c9b12a3311d863e8ebaa0cbdd5160e53 (patch)
tree9f1110f98a937ff771881babb94d74aff49c3692 /TAO/tao/WrongTransactionC.cpp
parent0dfd2038d8997c37938496332755d681e695fdae (diff)
downloadATCD-f5165100c9b12a3311d863e8ebaa0cbdd5160e53.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.cpp10
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 */