somExceptionFree

From EDM2
Jump to: navigation, search

This function frees the memory held by the exception structure within an Environment structure.

Syntax

Environment     *env;
somExceptionFree(env);

Parameters

env (Environment *)
A pointer to the Environment whose exception information is to be freed.

Return Code

Remarks

This function frees the memory held by the exception structure within an Environment structure.

Example Code

See function somSetException.

Related

Data Structures
  • Environment (somcorba.h)
Functions