VR-Exchange 2.6 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
examples
brokerPlugin
modDataInterTrans.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 <
dllExport.h
>
13
#include <
portal/pDataInter.h
>
14
#include <
disBroker/dataTranslator.h
>
15
16
namespace
MAKVrExchange
17
{
18
namespace
DtDisBroker
19
{
20
class
DtDisBroker
;
21
}
22
}
23
26
class
DT_DLL_BROKERPLUGIN
ModDataInterTranslator
27
:
public
MAKVrExchange::DtDisBroker::DtDataTranslator
28
{
29
public
:
30
32
ModDataInterTranslator
(
MAKVrExchange::DtBroker
* broker );
33
35
virtual
~
ModDataInterTranslator
();
36
38
virtual
MAKVrExchange::DtPortalDataInteraction
*
translate
(
39
MAKVrExchange::DtPortalDataInteraction
* destination,
40
const
DtDataInteraction& source );
41
42
private
:
43
44
// Copy Constructor not implemented -- do not copy!
45
ModDataInterTranslator
(
const
ModDataInterTranslator
& other );
46
47
// Assignment Operator not implemented -- do not copy!
48
ModDataInterTranslator
&
operator =
(
const
ModDataInterTranslator
& other );
49
50
};
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)