VR-Exchange 2.1 API Documentation
hlaBroker/translator.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 1992-2010 VT MAK
3 *********************************************************************/
4 #pragma once
5 
6 #include <namespace.h>
7 
11 
12 namespace MAKVrExchange
13 {
14  namespace DtHlaBroker
15  {
16 
17  class DtHlaBroker;
18 
21  //
28  {
29  public:
30 
31  DtTranslator(DtHlaBroker *broker);
32  virtual ~DtTranslator();
33 
34  virtual const char* virtualTranslatorName() const = 0;
35 
37  virtual void enableTranslator(bool enabled) = 0;
38 
40  DtHlaBroker* broker() const { return myBroker; }
41 
42  private:
43 
45  DtTranslator(const DtTranslator& other);
46 
48  DtTranslator& operator=(const DtTranslator& other);
49 
50 
51  protected:
53  };
54  }
55 }
56 

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)