diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 05:37:38 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 05:37:38 +0000 |
commit | 6a2cb0fa7a84e35b9025224582f29f6e750bf014 (patch) | |
tree | db1f7499c884b42a211d56dcff3f9a155c4457e9 /TAO/tao/WrongTransactionC.cpp | |
parent | 862aa775c0cddc6c3937e40008a2c4f2fd05a442 (diff) | |
download | ATCD-6a2cb0fa7a84e35b9025224582f29f6e750bf014.tar.gz |
ChangeLogTag:Mon Mar 27 23:30:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/WrongTransactionC.cpp')
-rw-r--r-- | TAO/tao/WrongTransactionC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/WrongTransactionC.cpp b/TAO/tao/WrongTransactionC.cpp index bbf70ea2292..d976cc7361f 100644 --- a/TAO/tao/WrongTransactionC.cpp +++ b/TAO/tao/WrongTransactionC.cpp @@ -12,7 +12,7 @@ #include "tao/Environment.h" #include "tao/CDR.h" -#if !defined (TAO_HAS_MINIMUM_CORBA) +#if (TAO_HAS_MINIMUM_CORBA == 0) // default constructor CORBA_WrongTransaction::CORBA_WrongTransaction (void) |