Overview | Frees a WString allocated by CORBA::wstring_alloc() or CORBA::wstring_dup(). |
Original class | CORBA |
Exceptions | CORBA::SystemException |
Intended Usage
This method is intended to be used by client and server applications to release storage originally allocated using CORBA::wstring_alloc() or CORBA::wstring_dup().
Syntax
static void wstring_free (wchar_t * str);
Input parameters
Return values
None.
Example
See the example for the CORBA::wstring_alloc method.