VR-Exchange 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ddsBroker/vlDds/reflectedObject.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2015 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vlDds/dllExport.h>
13 #include <vlpi/entityIdentifier.h>
14 
15 namespace MAKVrExchange
16 {
17 
18  namespace DtDdsBroker
19  {
20 
24  {
25  public:
26 
29 
31  virtual ~DtReflectedObject();
32 
33  virtual const DtEntityIdentifier& entityId() const = 0;
34  virtual const DtEntityIdentifier& globalId() const = 0;
35 
36  private:
37 
39  DtReflectedObject( const DtReflectedObject& other );
40 
42  DtReflectedObject& operator = ( const DtReflectedObject& other );
43 
44  };
45 
46  }
47 }
Provides a common base class for DDS reflected objects.
Definition: ddsBroker/vlDds/reflectedObject.h:23
#define DT_DLL_VLDDS
Definition: brokers/ddsBroker/vlDds/dllExport.h:20

Document ID: Generated on Mon Apr 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)