VR-Exchange 2.2 API Documentation
modEntityTrans.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/pEntity.h>
15 
16 namespace MAKVrExchange
17 {
18  namespace DtDisBroker
19  {
20  class DtDisBroker;
21  }
22 }
23 
28 {
29 public:
30 
33 
35  virtual ~ModEntityTranslator();
36 
38  virtual DtEntityStateRepository* translate( DtEntityStateRepository* dest,
39  const MAKVrExchange::DtPortalEntity& src );
40 
43  MAKVrExchange::DtPortalEntity* destination,
44  const DtEntityStateRepository& source );
45 
46 private:
47 
48  // Copy Constructor not implemented -- do not copy!
50 
51  // Assignment Operator not implemented -- do not copy!
53 
54 };

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)