VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ddsDomainConnectionInitializer.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 <vlOpenSplice/dllExport.h>
13 #include <vlutil/vlString.h>
14 
15 class DtMtlEnvironment;
16 
17 namespace MAKVrExchange
18 {
19 
20  namespace DtDdsBroker
21  {
22 
24  {
25  public:
26 
28 
29  virtual ~DtDdsDomainConnInitializer();
30 
31  virtual DtString partitionName() const;
32  virtual void setPartitionName( const DtString& name );
33 
34  private:
35 
38 
40  DtDdsDomainConnInitializer& operator = ( const DtDdsDomainConnInitializer& other );
41 
42  protected:
43 
45 
46  };
47 
48  }
49 }

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)