summaryrefslogtreecommitdiff
path: root/TAO/tao/WrongTransactionC.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-22 16:36:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-22 16:36:22 +0000
commite4f31649cb130ca754978de9f03331c9baa64be7 (patch)
tree94c2ea5c65f185514265285d80fd55d2471fa153 /TAO/tao/WrongTransactionC.cpp
parent7bec050d7bd6397e2d98ee93c79851753ef48262 (diff)
downloadATCD-e4f31649cb130ca754978de9f03331c9baa64be7.tar.gz
ChangeLogTag: Mon Dec 22 16:36:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/WrongTransactionC.cpp')
-rw-r--r--TAO/tao/WrongTransactionC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/WrongTransactionC.cpp b/TAO/tao/WrongTransactionC.cpp
index 5bee4c88703..1afc35a0083 100644
--- a/TAO/tao/WrongTransactionC.cpp
+++ b/TAO/tao/WrongTransactionC.cpp
@@ -52,7 +52,7 @@
// Arg traits specializations.
namespace TAO
{
-};
+}
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_exception/exception_cs.cpp:63
@@ -94,7 +94,7 @@ void CORBA::WrongTransaction::_tao_any_destructor (void *_tao_void_pointer)
CORBA::WrongTransaction *
CORBA::WrongTransaction::_downcast (CORBA::Exception *_tao_excp)
{
- if (!ACE_OS::strcmp ("IDL:omg.org/CORBA/WrongTransaction:1.0",
+ if (!ACE_OS::strcmp ("IDL:omg.org/CORBA/WrongTransaction:1.0",
_tao_excp->_rep_id ()))
{
return ACE_dynamic_cast (WrongTransaction *, _tao_excp);