ADTF
Loading...
Searching...
No Matches
object_compatibility_intf.h
Go to the documentation of this file.
1
7
8#ifndef _ADTF_UCOM_ANT_OBJECT_COMPATIBILITY_INTERFACE_INCLUDES_HEADER_
9#define _ADTF_UCOM_ANT_OBJECT_COMPATIBILITY_INTERFACE_INCLUDES_HEADER_
10
11namespace adtf
12{
13namespace ucom
14{
15namespace ant
16{
17
22{
23public:
28 ADTF_IID(IObjectCompatibility, "object_compatibility.ant.ucom.adtf.iid");
29
30public:
36 {
37 UCOMVersionReturn = 0x00000100,
38 UCOMCompatibilityOffset = 0x00100000
39 };
40
41protected:
44};
45
46}//namespace ant
47
50
51}//namespace ucom
52}//namespace adtf
53
54#endif //_ADTF_UCOM_ANT_OBJECT_COMPATIBILITY_INTERFACE_INCLUDES_HEADER_
Definition object_compatibility_intf.h:22
ADTF_IID(IObjectCompatibility, "object_compatibility.ant.ucom.adtf.iid")
tObjectCompatiblity
Definition object_compatibility_intf.h:36
~IObjectCompatibility()=default
Protected destructor --> Only the final implementation can be destroyed!
Namespace for all functionality of the ADTF UCOM SDK provided since v3.0.
Definition test_runtime.h:14
Namespace for the ADTF uCOM SDK.
Definition adtf_system.h:324
ant::IObjectCompatibility IObjectCompatibility
Alias always bringing the latest version of ant::IObjectCompatibility into scope.
Definition object_compatibility_intf.h:49
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14