blob: e11e53c17c35ab3b91fa410456e765ba1cdf2de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#ifndef CCAPI_11_H
#define CCAPI_11_H
#define CORECON_VER 11
#include "ccapi.h"
#define CLSID_ConMan CLSID_ConMan_11;
typedef ICcCollection_11 ICcCollection;
typedef ICcConnection_11 ICcConnection;
typedef ICcConnection3_11 ICcConnection3;
typedef ICcConnection4_11 ICcConnection4;
typedef ICcDatastore_11 ICcDatastore;
typedef ICcDevice_11 ICcDevice;
typedef ICcDeviceContainer_11 ICcDeviceContainer;
typedef ICcObject_11 ICcObject;
typedef ICcObjectContainer_11 ICcObjectContainer;
typedef ICcPlatform_11 ICcPlatform;
typedef ICcPlatformContainer_11 ICcPlatformContainer;
typedef ICcProperty_11 ICcProperty;
typedef ICcPropertyContainer_11 ICcPropertyContainer;
typedef ICcServer_11 ICcServer;
#endif // CCAPI_11_H
|