[omniORB] PortableServer::ServantBase::_do_this
David Riddoch
djr@uk.research.att.com
Wed, 18 Oct 2000 17:02:43 +0100 (BST)
On Wed, 18 Oct 2000, Stefan Seefeld wrote:
> I had a look into the above mentioned method, as it is
> used a lot in our code. Our objects all have a single
> identity, and use a non default POA.
> Is there any particular reason for the _default_POA()
> method to be called before the single activation test
> is done (and the respective branch is executed) ?
I can't see or remember any, and given that I haven't put a comment there
explaining the reason why it was done that way, I think it is probably
safe to move it.
> >From the sources it appears to be more clean (and slightly
> more efficient) to construct the default POA reference only
> if/when it is really needed.
Sounds reasonable. I'll push it into CVS shortly...
Cheers,
David