Encapsulate the GUID. A GUID is a string that is universally unique. It is generated from a set of variables including the IP address, hostname and a random number generator.
This class does not have a public constructor. Use the MGUIDGenerator class instead, which serves as a factory for the MGUID class.
Remarks
Applications create MGUID instances with the MGUIDGenerator::newGUID() factory method. They have to delete the MGUID instance explicitly with the destructor.