[Enterprise Extensions only]

Context::_duplicate

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


Intended Usage

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

IDL Syntax

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

Input parameters

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

Return values

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