integration/gwnavgenerationglue/guidgenerator.h Source File

guidgenerator.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 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 #pragma once
8 
10 
11 namespace KyGlue
12 {
13 
18 {
19 public:
20  static Kaim::KyGuid GenerateGuid();
21 };
22 
23 typedef GuidGenerator DefaultGuidGeneratorInterface; // previous deprecated class name
24 
25 } // namespace KyGlue
26 
Definition: defaultgeneratorglue.h:14
The KyGuid class represents a globally unique ID.
Definition: kyguid.h:20
Generates GUIDs automatically on Windows, Mac OS X and Linux platforms by platform specific functions...
Definition: guidgenerator.h:17