VR-Exchange 2.4 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
examples
brokerPlugin
modDataInterTrans.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 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/dataInTrans.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::DtDataInteractionTranslator
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 Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)