setMajorVer()

Sets the major version in a version object.

Syntax

void setMajorVer(int newMajorVer);

Parameters

newMajorVer [in]
Is an integer that specifies the major version.

Return values

None.

See also

See also the descriptions of the setMinorVer() and setPointVer() methods.

Copyright IBM Corp. 1997, 2004