[Enterprise Extensions only]

NamedValue::value

Overview Returns the argument value.
Original class CORBA::NamedValue


Intended Usage

The value method is used by a client program when querying a NamedValue associated with a DII request. The value method returns the argument value, which is accessed using standard operations on the Any class.

IDL Syntax

  CORBA::Any *value() const;

Input parameters

None.

Return values

CORBA::Any *
A pointer to the argument value, if any, or a null pointer. Ownership of the return value is maintained by the NamedValue; the return value must not be freed by the caller.