TCCEnv.cc

Summary
TCCEnv.cc
Functions
f__GetEnv Return the environment variable specified via p_env_name
f__PutEnv Set the environment variable p_env_name to p_env_value.

Functions

f__GetEnv

Purpose

Return the environment variable specified via p_env_name

Parameters

p__env__name in charstring - name of the environment variable

Return Value

charstring value of the environment variable

Errors

-

Detailed description

-

f__PutEnv

Purpose

Set the environment variable p_env_name to p_env_value.

Parameters

p__env__name in charstring - name of the environment variable
p__env__value in charstring - value of the environment variable

Return Value

boolean true if set of environment variable was successful, false else

Errors

-

Detailed description

-