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
resupplyCancelEvent.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 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
11
namespace
makVrfEvents
12
{
13
class
DT_DLL_vrfMsgTransport
DtResupplyCancelEvent
:
public
DtEvent
14
{
15
public
:
16
DtResupplyCancelEvent
();
17
DtResupplyCancelEvent
(
const
DtResupplyCancelEvent
&);
18
DtResupplyCancelEvent
& operator=(
const
DtResupplyCancelEvent
&);
19
20
virtual
~
DtResupplyCancelEvent
();
21
22
virtual
DtEvent
*
clone
()
const
{
return
new
DtResupplyCancelEvent
(*
this
); };
23
24
void
setSupplyingId(
const
DtUUID
&);
25
const
DtUUID
& supplyingId()
const
;
26
27
void
setReceivingId(
const
DtUUID
&);
28
const
DtUUID
& receivingId()
const
;
29
30
protected
:
31
DtUUID
myReceivingId
;
32
DtUUID
mySupplyingId
;
33
};
34
}
DtUUID
UUID is a unique ID wrapper class.
Definition:
uuid.h:59
makVrfEvents::DtResupplyCancelEvent::clone
virtual DtEvent * clone() const
Definition:
resupplyCancelEvent.h:22
vrfMsgTransportDefines.h
rwUUID.h
Contains the DtUUID class declaration.
makVrfEvents::DtResupplyCancelEvent
Definition:
resupplyCancelEvent.h:13
makVrfEvents::DtEvent
Definition:
event.h:13
makVrfEvents::DtResupplyCancelEvent::myReceivingId
DtUUID myReceivingId
Definition:
resupplyCancelEvent.h:31
event.h
makVrfEvents::DtResupplyCancelEvent::mySupplyingId
DtUUID mySupplyingId
Definition:
resupplyCancelEvent.h:32
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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)