ADTF  3.18.2
guid.h
Go to the documentation of this file.
1 
7 #ifndef GUID_GEN
8 #define GUID_GEN
9 
10 namespace A_UTILS_NS
11 {
12 
16 class cGUID
17 {
18  public:
24  static tResult GenerateGUID(cString& strGeneratedGUID);
25 };
26 
27 }
28 
29 #endif
The cGUID class provides static methods for generation of GUIDs.
Definition: guid.h:17
static tResult GenerateGUID(cString &strGeneratedGUID)
Generate and returns a GUID (XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX) - Version 4 as cString.
ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
Definition: d_ptr.h:11