ORBit2 stub issue ...



Hi Mark,

	I think we should update our stubs; currently we do:

	if (...) {
		epv = foobar;
		epv->method (foobarbaz);
	}

	We should really check that epv->method != NULL first, and go on to
fire a NON_IMPLEMENTED exception ( inside the general code path ) IMHO -
do you have time / space to look at the IDL compiler to make it do that
? - prolly not a vast amount of work; we wouldn't need to bump the
serial either really.

	Regards,

		Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]