summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-07-09 11:05:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-07-09 11:05:02 +0000
commit405dcb6595d15377dda246ca11142333435f0015 (patch)
tree72f237005e194070fca746853bef69c45a9ecb52
parent8a8366e5c7baaf65492ca9a92bf4b2f1fa583ba9 (diff)
downloadATCD-405dcb6595d15377dda246ca11142333435f0015.tar.gz
ChangeLogTag: Tue Jul 09 13:04:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/AbstractBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/AbstractBase.cpp b/TAO/tao/AbstractBase.cpp
index 92ad10c2eac..a0415d55119 100644
--- a/TAO/tao/AbstractBase.cpp
+++ b/TAO/tao/AbstractBase.cpp
@@ -329,7 +329,7 @@ operator>> (TAO_InputCDR &strm, CORBA_AbstractBase_ptr &abs)
orb_core->orb ()->lookup_value_factory (repo_id_stream.in ());
// We should throw an exception, if there were an appropriate one.
- if (factory == 0)
+ if (factory.in() == 0)
{
ACE_DEBUG ((LM_ERROR,
ACE_TEXT ("(%N:%l) OBV factory is null !!!\n")));