Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::Object::_nil

Synopsis

Returns a reference to a nil object.

C++ Binding

CORBA::Object_ptr CORBA::Object::_nil();

Arguments

None.

Description

This member function returns a nil object reference. To test whether a given object is nil, use the appropriate CORBA::is_nil member function (see the section CORBA::release). Calling the CORBA:is_nil routine on any _nil member function always yields CORBA_TRUE.

Return Values

Returns a nil object reference.

Example

CORBA::Object_ptr op = CORBA::Object::_nil();

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy