VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
createQueueEntry.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
19
class
DtVrfObjectManager
;
20
21
#include "
vrfmsgs/ifCrtVrfObj.h
"
22
#include "
vrfobjcore/objectOperationQueueEntry.h
"
23
24
#include <list>
25
26
#include "
vrfobjcore/vrfobjcoreDefines.h
"
27
class
DT_DLL_vrfobjcore
DtCreateQueueEntry
:
public
DtObjectOperationQueueEntry
28
{
29
public
:
33
DtCreateQueueEntry
(
DtIfCreateVrfObject
createMessage,
34
DtVrfObjectManager
* objectManager);
35
37
DtCreateQueueEntry
(
const
DtCreateQueueEntry
& orig);
38
40
virtual
~
DtCreateQueueEntry
();
41
43
virtual
const
DtIfCreateVrfObject
createMessage()
const
;
44
45
private
:
47
const
DtCreateQueueEntry
&
operator=
(
const
DtCreateQueueEntry
&
48
orig);
49
50
protected
:
52
DtIfCreateVrfObject
myCreateMessage
;
53
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)