VR-Forces 4.1 Class Documentation
defaultguidgeneratorinterface.h
Go to the documentation of this file.
1 /*
2 * Copyright 2011 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form.
5 */
6 
7 
8 
12 
13 #ifndef Integration_DefaultGuidGeneratorInterface_H
14 #define Integration_DefaultGuidGeneratorInterface_H
15 
16 #include <kypdg/generator/iguidgeneratorinterface.h>
17 
18 namespace KyGlue
19 {
20 
23 class DefaultGuidGeneratorInterface : public Kaim::IGuidGeneratorInterface
24 {
25 public:
29  virtual Kaim::KyGuid GenerateGuid();
30 };
31 
32 }
33 
34 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)