GenGlobals()

Creates an instance of the GenGlobals class. You should derive a global class from this base class and implement all the virtual methods that are in the GenGlobals class.

Syntax

GenGlobals();
 

Return values

None.

Examples

XYZGlobal::XYZGlobal() : GenGlobals()
 

Copyright IBM Corp. 1997, 2003