UIComponent name hidden?



Several Bonobo::UIComponent CORBA methods, such as registerComponent()
and setNode() require a "name" as a parameter, but that "name" doesn't
seem to be available via CORBA.

The C wrapper code puts this name in the internal priv->name. There is a
Bonobo::UIComponent::get_name() method, but here is the implementation:

static CORBA_string
impl_Bonobo_UIComponent__get_name (PortableServer_Servant servant,
				   CORBA_Environment     *ev)
{
	return CORBA_string_dup ("");
}

Is this a bug, or is this not meant to be the same "name".

-- 
Murray Cumming
murrayc usa net
www.murrayc.com




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