Class OpenVDS::OpenVDSVersioningInterface

class OpenVDSVersioningInterface

The OpenVDS versioning interface is a stable base class for the OpenVDS global interface that can be used to check what version of the OpenVDS interface is provided.

Subclassed by OpenVDS::OpenVDSInterface

Public Functions

virtual const char *GetOpenVDSName() = 0
virtual const char *GetOpenVDSVersion() = 0
virtual void GetOpenVDSVersion(int &major, int &minor, int &patch) = 0
virtual const char *GetOpenVDSRevision() = 0