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

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)