TIBCO Adapter SDK C++ Reference
MGUIDGenerator
Class Hierarchy | C++ Classes and Methods | Members | Methods
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.

You can also call the method MApp::newGUID() to create a new MGUID.

Declaration
class MGUIDGenerator;
Class Hierarchy
MGUIDGenerator
File
MGUIDGenerator.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.