summaryrefslogtreecommitdiff
path: root/TAO/tao/WrongTransactionC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/WrongTransactionC.cpp')
-rw-r--r--TAO/tao/WrongTransactionC.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/tao/WrongTransactionC.cpp b/TAO/tao/WrongTransactionC.cpp
index e85873c1b2a..6458a5bb877 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
-#include "tao/WrongTransactionC.h"
+#if ! defined (TAO_HAS_MINIMUM_CORBA)
-#if !defined (TAO_HAS_MINIMUM_CORBA)
+#include "WrongTransactionC.h"
// 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,4 +60,6 @@ CORBA::Exception *CORBA_WrongTransaction::_alloc (void)
return new CORBA_WrongTransaction;
}
-#endif /* TAO_HAS_MINIMUM_CORBA */
+#endif /* ! defined TAO_HAS_MINIMUM_CORBA */
+
+