VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrlBroker.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 <broker/broker.h>
13 
14 namespace MAKVrExchange
15 {
16 
19  template <typename T_ExConn>
20  class DtVrlBroker : public DtBroker
21  {
22  public:
23 
25 
26  public:
27 
29  DtVrlBroker();
30 
32  virtual ~DtVrlBroker();
33 
35  virtual T_ExConn* connection() const;
36 
40  virtual void shutdown();
41 
42  protected:
43 
44  T_ExConn* myExConn;
45 
46  };
47 
48 }
49 
50 #define _vrlBroker_INL_
51 #include "vrlBroker.inl"
52 #undef _vrlBroker_INL_

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)