summaryrefslogtreecommitdiff
path: root/src/shared/corecon/ccapi_12.h
blob: e82dc64f7971d46e81f01dfce7c663f910bbdbd8 (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_12_H
#define CCAPI_12_H

#define CORECON_VER 12
#include "ccapi.h"

#define CLSID_ConMan CLSID_ConMan_12;
typedef ICcCollection_12 ICcCollection;
typedef ICcConnection_12 ICcConnection;
typedef ICcConnection3_12 ICcConnection3;
typedef ICcConnection4_12 ICcConnection4;
typedef ICcDatastore_12 ICcDatastore;
typedef ICcDevice_12 ICcDevice;
typedef ICcDeviceContainer_12 ICcDeviceContainer;
typedef ICcObject_12 ICcObject;
typedef ICcObjectContainer_12 ICcObjectContainer;
typedef ICcPlatform_12 ICcPlatform;
typedef ICcPlatformContainer_12 ICcPlatformContainer;
typedef ICcProperty_12 ICcProperty;
typedef ICcPropertyContainer_12 ICcPropertyContainer;
typedef ICcServer_12 ICcServer;

#endif // CCAPI_12_H