integration/gwnavgenerationglue/defaultguidgeneratorinterface/defaultguidgeneratorinterface.h Source File

defaultguidgeneratorinterface.h
Go to the documentation of this file.
1 /*
2 * Copyright 2015 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 
8 // primary contact: GUAL - secondary contact: NOBODY
9 #ifndef Integration_DefaultGuidGeneratorInterface_H
10 #define Integration_DefaultGuidGeneratorInterface_H
11 
13 
14 
15 namespace KyGlue
16 {
17 
20 {
21 public:
22  static Kaim::KyGuid GenerateGuid();
23 };
24 
25 } // namespace KyGlue
26 
27 #endif
Definition: defaultgeneratorglue.h:20
Generates GUIDs automatically on Windows, Mac OS X and Linux platforms by calling system functions...
Definition: defaultguidgeneratorinterface.h:19
The KyGuid class represents a globally unique ID.
Definition: kyguid.h:22