CORBA::wstring_free

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

str
The WString to be freed. If this parameter is NULL, the method has no effect.

Return values

None.

Example

See the example for the CORBA::wstring_alloc method.


Related reference
CORBA module



Searchable topic ID:   rcor_modco0
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_modco0.html

Library | Support | Terms of Use | Feedback