Factory class that generates MGUID instances. A GUID is a string that is universally unique. The SDK itself generates this unique ID from a set of variables including the IP address, hostname and a random number generator.
Remarks
Applications create MGUID instances with the MGUIDGenerator::newGUID() factory method. They have to delete each instance explicitly by calling the destructor.