Intended Usage
This method is intended to be used by client and server applications to create a nil Any reference.
Syntax
static CORBA::Any_ptr _nil ();
Return value
Example
#include "corba.h" ... CORBA::Any* any_ptr; any_ptr = CORBA::Any::_nil(); ...