summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-05-28 16:26:42 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-05-28 16:26:42 +0000
commitfc47c314cfbf34e869d8c50556a5d6243567b13a (patch)
tree7ba58d77705ff9ad13a3558162c068b9252f24bf /TAO/tao
parent6c260ec3cb6030bf23e240b1361e42dcd1855087 (diff)
downloadATCD-fc47c314cfbf34e869d8c50556a5d6243567b13a.tar.gz
ChangeLog tag: Sun May 28 16:24:24 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Valuetype/ValueBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.cpp b/TAO/tao/Valuetype/ValueBase.cpp
index 900837c1780..1dae99e5051 100644
--- a/TAO/tao/Valuetype/ValueBase.cpp
+++ b/TAO/tao/Valuetype/ValueBase.cpp
@@ -292,7 +292,7 @@ CORBA::ValueBase::_tao_unmarshal_pre (TAO_InputCDR &strm,
for (CORBA::ULong i = 0; i < num_ids; ++i)
{
factory = orb_core->orb ()->lookup_value_factory (ids[i].c_str ());
- if (factory != 0)
+ if (factory.in() != 0)
{
if (i != 0 && chunking)
{
@@ -302,7 +302,7 @@ CORBA::ValueBase::_tao_unmarshal_pre (TAO_InputCDR &strm,
}
}
- if (factory == 0)
+ if (factory.in() == 0)
{
if (TAO_debug_level > 0)
{