[Enterprise Extensions only]

NamedValue::_duplicate

Overview Duplicates a NamedValue object.
Original class CORBA::NamedValue


Intended Usage

This method is intended to be used by client and server applications to duplicate a reference to a NamedValue object. Both the original and the duplicate reference should subsequently be released using CORBA::release(NamedValue_ptr).

IDL Syntax

  static CORBA::NamedValue_ptr _duplicate (CORBA::NamedValue_ptr p);

Input parameters

p
The NamedValue object to be duplicated. The reference can be nil, in which case the return value will also be nil.

Return values

CORBA::NamedValue_ptr
The new NamedValue object reference. This value should subsequently be released using CORBA::release(NamedValue_ptr).