[omniORB] strange behavior of '_this()' method
Michael Kilburn
crusader.mike at gmail.com
Wed Apr 1 01:54:36 BST 2009
On Tue, Mar 31, 2009 at 4:59 AM, Michael <omniorb at bindone.de> wrote:
> PortableServer::Servant servant = _poa->reference_to_servant(obj);
> servant->_remove_ref();
>
Just being pedantic... this is better:
PortableServer::Servant_var servant = _poa->reference_to_servant(obj);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20090401/f81d8459/attachment.htm
More information about the omniORB-list
mailing list