diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-10-28 19:11:47 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-10-28 19:11:47 +0000 |
commit | 4b85c9e5ecdb495d571f210c2d8ccd59382a25c7 (patch) | |
tree | d90057814426ac142e80af64a06b1e72d7413761 /TAO/tao/ORB.cpp | |
parent | 6a531b8012a4458f71ffb21bfc8e1749a62ed303 (diff) | |
download | ATCD-4b85c9e5ecdb495d571f210c2d8ccd59382a25c7.tar.gz |
ChangeLogTag:Tue Oct 28 13:11:03 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r-- | TAO/tao/ORB.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index b81779e8967..3fc815d7b9c 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -873,7 +873,7 @@ CORBA::ORB::create_component_tc ( if (adapter == 0) { ACE_THROW_RETURN (CORBA::INTERNAL (), - CORBA::TypeCode::_nil ()); + 0); } return adapter->create_component_tc (id, @@ -924,7 +924,7 @@ CORBA::ORB::create_event_tc ( if (adapter == 0) { ACE_THROW_RETURN (CORBA::INTERNAL (), - CORBA::TypeCode::_nil ()); + 0); } return adapter->create_event_tc (id, |