VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfMsgTransport
ownershipAcquisitionDivestedEvent.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2020 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
#pragma once
6
7
#include "
vrfMsgTransport/vrfMsgTransportDefines.h
"
8
#include "
vrfMsgTransport/event.h
"
9
#include <
vrfutil/rwUUID.h
>
10
#include <set>
11
13
namespace
makVrfEvents
14
{
15
class
DT_DLL_vrfMsgTransport
DtOwnershipAcquisitionDivestedEvent
:
public
DtEvent
16
{
17
public
:
18
DtOwnershipAcquisitionDivestedEvent
();
19
virtual
~
DtOwnershipAcquisitionDivestedEvent
()
override
;
20
21
DtOwnershipAcquisitionDivestedEvent
(
const
DtOwnershipAcquisitionDivestedEvent
&orig);
22
DtOwnershipAcquisitionDivestedEvent
& operator=(
const
DtOwnershipAcquisitionDivestedEvent
&);
23
24
void
addStateDataDivested(
const
DtUUID
&);
25
const
std::set<DtUUID>& stateDataDivested()
const
;
26
void
setStateDataDivested(
const
std::set<DtUUID>&);
27
28
virtual
DtEvent
*
clone
()
const override
{
return
new
DtOwnershipAcquisitionDivestedEvent
(*
this
); };
29
virtual
bool
isNetworkEvent()
const override
{
return
false
; };
30
protected
:
31
std::set<DtUUID> myStateDataDivested;
32
};
33
}
DtUUID
UUID is a unique ID wrapper class.
Definition:
uuid.h:59
vrfMsgTransportDefines.h
makVrfEvents::DtOwnershipAcquisitionDivestedEvent::clone
virtual DtEvent * clone() const override
Definition:
ownershipAcquisitionDivestedEvent.h:28
rwUUID.h
Contains the DtUUID class declaration.
makVrfEvents::DtEvent
Definition:
event.h:13
makVrfEvents::DtOwnershipAcquisitionDivestedEvent
Definition:
ownershipAcquisitionDivestedEvent.h:15
event.h
DT_DLL_vrfMsgTransport
#define DT_DLL_vrfMsgTransport
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition:
vrfCommunicationManagerDefines.h:26
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)