diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-08-18 23:24:59 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-08-18 23:24:59 +0000 |
commit | a501a13ef9c5fab31866f5a10e21bc9cbfe0dcd0 (patch) | |
tree | 7ff568bd055efd6c9ac5d2faf99ee72661d8cb50 /TAO/tao/ORBInitInfo.cpp | |
parent | a9f07ed2938a97f2b60d6261eea1b4db55217732 (diff) | |
download | ATCD-a501a13ef9c5fab31866f5a10e21bc9cbfe0dcd0.tar.gz |
ChangeLogTag: Sat Aug 18 08:59:32 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORBInitInfo.cpp')
-rw-r--r-- | TAO/tao/ORBInitInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORBInitInfo.cpp b/TAO/tao/ORBInitInfo.cpp index 573fc81d57d..71175728b8e 100644 --- a/TAO/tao/ORBInitInfo.cpp +++ b/TAO/tao/ORBInitInfo.cpp @@ -93,7 +93,7 @@ TAO_ORBInitInfo::codec_factory (CORBA::Environment &ACE_TRY_ENV) TAO_DEFAULT_MINOR_CODE, ENOMEM), CORBA::COMPLETED_NO)); - ACE_CHECK_RETURN (IOP::CodecFactory::_nil ()) + ACE_CHECK_RETURN (IOP::CodecFactory::_nil ()); this->codec_factory_ = codec_factory; } |