VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
modifyQueueEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
18 
21 
23 
25 {
26 public:
32  DtModifyQueueEntry(const DtIfModifyVrfObject& modifyMessage,
33  DtLocalObjectManager* objectManager);
34 
37 
39  virtual ~DtModifyQueueEntry() override;
40 
42  virtual const DtIfModifyVrfObject modifyMessage() const;
43 
44 private:
47  orig);
48 
49 protected:
52 };
class DtLocalObjectManager:
Definition: localObjectManager.h:157
DtIfModifyVrfObject myModifyMessage
The modify message, as passed into the constructor.
Definition: modifyQueueEntry.h:51
class DtIfModifyVrfObject:
Definition: ifModifyVrfObject.h:50
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Definition: modifyQueueEntry.h:24
Definition: objectOperationQueueEntry.h:27
const DtObjectOperationQueueEntry & operator=(const DtObjectOperationQueueEntry &orig)
assignment operator, not implemented

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)