[omniORB] 3.03 RequestImpl::send_oneway does not honour verifyObjectExistsAndType

Lars Immisch lars@ibp.de
Tue, 18 Sep 2001 15:40:44 +0200


Dear all,

In omniORB 3.03, RequestImpl::send_oneway in  
src/lib/omniORB2/dynamic/request.cc does not honour verifyObjectExistsAndType.

I think it should. I've applied a trivial patch which is working fine here.

If you agree with the patch, can you put it into cvs?

Thanks,

Lars

Index: request.cc
===================================================================
RCS file: /cvsroot/omni/src/lib/omniORB2/dynamic/request.cc,v
retrieving revision 1.8.6.4
diff -r1.8.6.4 request.cc
551c551,552
<       o->_assertExistsAndTypeVerified();
---
> 	  if (omniORB::verifyObjectExistsAndType)
> 		o->_assertExistsAndTypeVerified();