[Enterprise Extensions only]

Current::_nil

Overview Returns a nil CORBA::Current reference.
Original class CORBA::Current Class


Intended Usage

This method is intended to be used by client and server applications to create a nil Current reference.

IDL Syntax

  static CORBA::Current_ptr _nil ();

Input parameters

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

Return values

CORBA::Current_ptr
A nil Current reference.