Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::ORB::create_named_value

Synopsis

Creates a NamedValue object reference.

C++ Binding

void CORBA::ORB::create_named_value (
NameValue_out NewNamedVal);

Argument

NewNamedVal

A reference to the newly created NamedValue object.

Description

This member function creates a NamedValue object. Its intended use is for the result argument of a request that needs a NamedValue object. The extra steps of creating an NVList object are avoided by calling this member function.

When no longer needed, the NamedValue object must be freed using the CORBA::release member function.

Return Values

None.

See Also

CORBA::NVList::add
CORBA::NVList::add_item
CORBA::NVList::add_value
CORBA::release

 

Skip navigation bar  Back to Top Previous Next