VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
closeScenarioEvent.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 
11 namespace makVrfEvents
12 {
14  {
15  public:
16  DtCloseScenarioEvent() : DtEvent(CloseScenarioEvent) {};
19  { DtEvent::operator=(rhs); return *this; };
20 
21  virtual ~DtCloseScenarioEvent() override {};
22 
23  virtual DtEvent* clone() const override { return new DtCloseScenarioEvent(*this); };
24  };
25 }
DtCloseScenarioEvent & operator=(const DtCloseScenarioEvent &rhs)
Definition: closeScenarioEvent.h:18
Definition: closeScenarioEvent.h:13
Definition: event.h:13
virtual ~DtCloseScenarioEvent() override
Definition: closeScenarioEvent.h:21
DtEvent & operator=(const DtEvent &)
virtual DtEvent * clone() const override
Definition: closeScenarioEvent.h:23
DtCloseScenarioEvent()
Definition: closeScenarioEvent.h:16
#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
DtCloseScenarioEvent(const DtCloseScenarioEvent &orig)
Definition: closeScenarioEvent.h:17

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)