VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
modDataInterTrans.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 
12 #include <dllExport.h>
13 #include <portal/pDataInter.h>
15 
16 namespace MAKVrExchange
17 {
18  namespace DtDisBroker
19  {
20  class DtDisBroker;
21  }
22 }
23 
28 {
29 public:
30 
33 
35  virtual ~ModDataInterTranslator();
36 
40  const DtDataInteraction& source );
41 
42 private:
43 
44  // Copy Constructor not implemented -- do not copy!
46 
47  // Assignment Operator not implemented -- do not copy!
49 
50 };

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)