[Enterprise Extensions only]

ORB::_nil

Overview Returns a nil CORBA::ORB reference
Original class CORBA::ORB


Intended Usage

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

IDL Syntax

  static CORBA::ORB_ptr _nil ();

Input parameters

None.

Return values

CORBA::ORB_ptr
A nil ORB reference.

Example

See the example in the Object::_nil method.