VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
9 #include <vrfutil/rwUUID.h>
10 
11 namespace makVrfEvents
12 {
14  {
15  public:
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:
33  };
34 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
virtual DtEvent * clone() const
Definition: resupplyCancelEvent.h:22
Contains the DtUUID class declaration.
Definition: resupplyCancelEvent.h:13
Definition: event.h:13
DtUUID myReceivingId
Definition: resupplyCancelEvent.h:31
DtUUID mySupplyingId
Definition: resupplyCancelEvent.h:32
#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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)