VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rprBroker/rprBroker/dataQueryTranslator.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 
13 #include <portal/pDataQueryInter.h>
14 #include <vl/dataQueryInteraction.h>
15 
16 namespace MAKVrExchange
17 {
18 
19  namespace DtRprBroker
20  {
21 
22  class DtRprBroker;
23 
28  : public DtRprInteractionTranslator<DtPortalDataQueryInteraction,DtDataQueryInteraction>
29  {
30  public:
31 
33  Dt_DEF_TRANSLATOR_NAME( "Data Query" );
34 
37 
39  virtual ~DtDataQueryTranslator();
40 
57  virtual DtPortalDataQueryInteraction* translate(
58  DtPortalDataQueryInteraction* destination,
59  const DtDataQueryInteraction& source );
60 
79  virtual DtDataQueryInteraction* translate(
80  DtDataQueryInteraction* destination,
81  const DtPortalDataQueryInteraction& source );
82 
83  };
84 
85  }
86 }

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)