VR-Exchange 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 <
libDisBroker/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::DtDisBroker::DtDisBroker
* 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 Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)