VR-Exchange 2.2 API Documentation
modEntTrans.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <namespace.h>
13 
15 
16 namespace MAKVrExchange
17 {
18  namespace DtRprBroker
19  {
20  class DtRprBroker;
21  }
22 }
23 
30 {
31 public:
32 
35 
37  virtual ~DtModEntityTranslator();
38 
39 protected:
40 
42  virtual void updatePortalBrokerObject(
45 
47  virtual DtEntityStateRepository* translate( DtEntityStateRepository* dest,
50 
52  virtual bool isPortalPublishable( const MAKVrExchange::DtRprBroker::DtBrokerObject* brokerObject ) const;
53 
55  virtual bool isDiscoverable(
56  const MAKVrExchange::DtRprBroker::DtBrokerObject* brokerObject ) const;
57 
58 private:
59 
60  // Copy Constructor not implemented -- do not copy!
62 
63  // Assignment Operator not implemented -- do not copy!
65 
66 };

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)