VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
rprObjFact.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 "
hlaObjFact.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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)