VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ddsDomConnInit.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 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 Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)