VR-Exchange 2.2 API Documentation
disBroker/libDisBroker/actionResponseInTrans.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 #include "interactionTrans.h"
14 #include <vl/actRespInter.h>
15 
16 namespace MAKVrExchange
17 {
18 
19  namespace DtDisBroker
20  {
21 
22  class DtDisBroker;
23 
29  {
30  public:
31 
32  Dt_DEF_TRANSLATOR_NAME( "Action Response" );
33 
38 
43 
45  virtual void enableTranslator(bool enabled);
46 
63  virtual DtPortalActionResponseInteraction* translate(
65  const DtActionResponseInteraction& source );
66 
85  virtual DtActionResponseInteraction* translate(
86  DtActionResponseInteraction* destination,
87  const DtPortalActionResponseInteraction& source );
88 
89  protected:
99  virtual void createDisInteraction(const DtPortalActionResponseInteraction& incoming);
100 
110  virtual void createPortalInteraction( const DtActionResponseInteraction& incoming );
111 
112  protected:
125  static void receiveDisInteraction(DtActionResponseInteraction *data, void *usr);
126 
139  static void receivePortalInteraction(
140  const DtPortalActionResponseInteraction &data, void *usr);
141 
142  };
143 
144  }
145 }

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)