[omniORB] Help passing objects

David Riddoch djr@uk.research.att.com
Mon, 28 Jun 1999 09:07:27 +0100 (GMT)



Try this:


> Something_ptr
> Broker_impl::CreateSomething(const char * name)
> {
>   Something_impl *person = new Something_impl(name);
    person->_obj_is_ready(p_Boa);
    return person->_this();
> }

Where <p_Boa> is a pointer to the BOA (as described by Dietmar).


Cheers,
David