VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
modEntTrans.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 
14 namespace MAKVrExchange
15 {
16  namespace DtRprBroker
17  {
18  class DtRprBroker;
19  }
20 }
21 
28 {
29 public:
30 
33 
35  virtual ~DtModEntityTranslator();
36 
37 protected:
38 
40  virtual bool isPortalPublishable( const MAKVrExchange::DtBrokerObject* brokerObject ) const;
41 
43  virtual bool isRprPublishable( const MAKVrExchange::DtBrokerObject* brokerObj,
45 
47  virtual void updatePortalBrokerObject(
50 
52  virtual DtEntityStateRepository* translate( DtEntityStateRepository* dest,
55 
56 private:
57 
58  // Copy Constructor not implemented -- do not copy!
60 
61  // Assignment Operator not implemented -- do not copy!
63 
64 };

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)