2-53
DSOM Framework Reference
free Method
Purpose
Frees a specified NVList.
IDL Syntax
ORBStatus free ( );
Description
The free method frees an NVList object and any associated memory. It makes an implicit
call to the free_memory method.
Parameters
receiver A pointer to the NVList object to be freed.
env A pointer to the Environment structure for the method caller.
Return Value
The method returns an ORBStatus value representing the return code from the operation.
Example
#include <somd.h>
Environment ev;
long nargs;
NVList arglist;
ORBStatus rc;
...
rc = _create_list(SOMD_ORBObject, &ev, nargs, &arglist);
...
rc= _free(arglist,&ev);
Original Class
NVList
Related Information
Methods: free_memory
Functions: ORBfree
Commenti su questo manuale