From 405dcb6595d15377dda246ca11142333435f0015 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 9 Jul 2002 11:05:02 +0000 Subject: ChangeLogTag: Tue Jul 09 13:04:12 2002 Johnny Willemsen --- TAO/tao/AbstractBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))); -- cgit v1.2.1