VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
createObjectHandle.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <vrfutil/rwUUID.h>
10 
13 {
14 public:
17 
18  DtCreateObjectHandle& operator=(const DtCreateObjectHandle&);
19 
21  DtCreateObjectHandle(const DtUUID &, const DtString& on);
22  const DtUUID& uuid() const;
23  const DtString& objectName() const;
24  bool isValid() const;
25 
26 protected:
29 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtString myObjectName
Definition: createObjectHandle.h:28
Handle returned from Create Object Service calls.
Definition: createObjectHandle.h:12
Contains the DtUUID class declaration.
DtUUID myUuid
Definition: createObjectHandle.h:27
#define DT_DLL_vrfcore
This file is used to determine how to build.
Definition: vrfcoreDefines.h:25

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)