VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
nonVrfUUIDResolver.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwUUID.h"
16 #include <vlutil/vlString.h>
17 
21 
22 namespace makVrf
23 {
25  {
26  public:
27 
30 
32  virtual ~DtNonVrfUUIDResolver();
33 
40  virtual void setNonVrfObjectsUUIDScheme(const DtString&);
41  virtual const DtString& nonVrfObjectsUUIDScheme() const;
43 
45  virtual DtUUID uuidFor(DtControlObjectRepository*) const;
46  virtual DtUUID uuidFor(DtEntityStateRepository*) const;
47  virtual DtUUID uuidFor(DtAggregateStateRepository*) const;
48 
49  protected:
51  };
52 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
Contains the DtUUID class declaration.
DtControlObjectRepository class extends the DtControlObjectBaseRepository to be able to handle extend...
Definition: controlObjectRepository.h:27
Definition: nonVrfUUIDResolver.h:24
DtString myNonVrfObjectsUUIDScheme
Definition: nonVrfUUIDResolver.h:50

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)