VR-Exchange 2.5 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
broker
vrlBroker.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
broker/broker.h
>
13
14
namespace
MAKVrExchange
15
{
16
19
template
<
typename
T_ExConn>
20
class
DtVrlBroker
:
public
DtBroker
21
{
22
public
:
23
24
typedef
DtVrlBroker<T_ExConn>
ParentClass
;
25
26
public
:
27
29
DtVrlBroker
();
30
32
virtual
~DtVrlBroker
();
33
35
virtual
T_ExConn*
connection
()
const
;
36
40
virtual
void
shutdown
();
41
42
protected
:
43
44
T_ExConn*
myExConn
;
45
46
};
47
48
}
49
50
#define _vrlBroker_INL_
51
#include "vrlBroker.inl"
52
#undef _vrlBroker_INL_
Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)