Any::_nil

Overview Returns a nil CORBA::Any reference.
Original class CORBA::Any


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

CORBA::Any_ptr
A nil Any reference.

Example

  #include "corba.h"
  ...
  CORBA::Any* any_ptr;
  any_ptr = CORBA::Any::_nil();
  ...

Related reference
CORBA module



Searchable topic ID:   rcor_modan1
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modan1.html

Library | Support | Terms of Use | Feedback