VR-Forces 5.0.1 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
ownershipAcquisitionRejectedEvent.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
DtOwnershipAcquisitionRejectedEvent
:
public
DtEvent
16
{
17
public
:
18
DtOwnershipAcquisitionRejectedEvent
();
19
virtual
~
DtOwnershipAcquisitionRejectedEvent
();
20
21
DtOwnershipAcquisitionRejectedEvent
(
const
DtOwnershipAcquisitionRejectedEvent
&orig);
22
DtOwnershipAcquisitionRejectedEvent
& operator=(
const
DtOwnershipAcquisitionRejectedEvent
&);
23
24
void
addStateDataToReject(
const
DtUUID
&);
25
const
std::set<DtUUID>& stateDataToReject()
const
;
26
void
setStateDataRejected(
const
std::set<DtUUID>&);
27
28
virtual
DtEvent
*
clone
()
const
{
return
new
DtOwnershipAcquisitionRejectedEvent
(*
this
); };
29
virtual
bool
isNetworkEvent()
const
{
return
false
; };
30
31
protected
:
32
std::set<DtUUID> myStateDataRejected;
33
};
34
}
DtUUID
UUID is a unique ID wrapper class.
Definition:
rwUUID.h:226
vrfMsgTransportDefines.h
makVrfEvents::DtOwnershipAcquisitionRejectedEvent
Definition:
ownershipAcquisitionRejectedEvent.h:15
makVrfEvents::DtOwnershipAcquisitionRejectedEvent::clone
virtual DtEvent * clone() const
Definition:
ownershipAcquisitionRejectedEvent.h:28
rwUUID.h
Contains the DtUUID class declaration.
makVrfEvents::DtEvent
Definition:
event.h:13
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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)