2-14
SOMobjects Base Toolkit: Programmer’s Reference Manual
Request_delete Macro
Purpose
Deletes the memory allocated by the ORB for a Request object.
Syntax
ORBStatus Request_delete (
Request reqobj,
Environment *env);
Description
The Request_delete macro deletes the specified Request object and all associated
memory. This macro maps to the destroy method of the Request class.
Parameters
reqobj A pointer to the Request object to be deleted.
env A pointer to the Environment structure for the caller.
Expansion
Request_destroy ( reqobj, env )
Kommentare zu diesen Handbüchern