VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
rprHlaObjectFactory.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef DtRprHlaObjectFactory_H_
11
#define DtRprHlaObjectFactory_H_
12
13
#if DtHLA
14
15
#include "
hlaObjectFactory.h
"
16
17
18
19
22
23
class
DT_DLL_VL
DtRprHlaObjectFactory
:
public
DtHlaObjectFactory
24
{
25
public
:
26
28
DtRprHlaObjectFactory
(
DtExerciseConn
* conn);
29
31
virtual
~
DtRprHlaObjectFactory
();
32
33
protected
:
34
36
DtRprHlaObjectFactory
(
const
DtRprHlaObjectFactory
& orig);
37
39
DtRprHlaObjectFactory
&
operator=
(
const
DtRprHlaObjectFactory
& orig);
40
};
41
42
#endif
43
#endif
44
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)