Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::Any::~Any()

Synopsis

Destructor for the Any.

C++ Binding

CORBA::Any::~Any()

Arguments

None.

Description

This destructor frees the memory that the CORBA::Any holds (if the Release flag is specified as CORBA_TRUE), and releases the TypeCode pseudo-object reference contained in the Any.

Return Values

None.

 

Skip navigation bar  Back to Top Previous Next