VR-Link API Documentation for HLA 1.3
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
rprInteractionFactory.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 DtRprInteractionFactory_H_
11
#define DtRprInteractionFactory_H_
12
13
#if DtHLA
14
15
#include "
interactionFactory.h
"
16
17
21
#if DtSIMPLE_RPR
22
#define DtRprInteractionFactory DtSimpleRprInteractionFactory
23
#endif
24
25
28
class
DT_DLL_VL
DtRprInteractionFactory
:
public
DtInteractionFactory
29
{
30
public
:
31
34
DtRprInteractionFactory
(
DtExerciseConn
* exConn);
35
37
virtual
~
DtRprInteractionFactory
();
38
39
protected
:
41
DtRprInteractionFactory
(
const
DtRprInteractionFactory
& orig);
42
44
DtRprInteractionFactory
&
operator=
(
const
DtRprInteractionFactory
& orig);
45
};
46
47
#endif
48
#endif
49
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)