Bump version to 6.4.7.2.M8
[LibreOffice.git] / connectivity / inc / pch / precompiled_ado.hxx
blob2376a46f8660a915ed13fbc2dda5d00968352bab
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
16 Generated on 2019-10-17 15:13:59 using:
17 ./bin/update_pch connectivity ado --cutoff=2 --exclude:system --exclude:module --exclude:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./connectivity/inc/pch/precompiled_ado.hxx "make connectivity.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <algorithm>
25 #include <cassert>
26 #include <cstddef>
27 #include <cstdlib>
28 #include <limits>
29 #include <memory>
30 #include <oledb.h>
31 #include <sstream>
32 #include <string>
33 #endif // PCH_LEVEL >= 1
34 #if PCH_LEVEL >= 2
35 #include <osl/diagnose.h>
36 #include <osl/file.hxx>
37 #include <osl/mutex.hxx>
38 #include <osl/thread.h>
39 #include <osl/time.h>
40 #include <rtl/alloc.h>
41 #include <rtl/unload.h>
42 #include <rtl/ustrbuf.hxx>
43 #include <rtl/ustring.hxx>
44 #include <sal/config.h>
45 #include <sal/detail/log.h>
46 #include <sal/log.hxx>
47 #include <sal/macros.h>
48 #include <sal/saldllapi.h>
49 #include <sal/types.h>
50 #endif // PCH_LEVEL >= 2
51 #if PCH_LEVEL >= 3
52 #include <com/sun/star/lang/DisposedException.hpp>
53 #include <com/sun/star/sdbc/ColumnValue.hpp>
54 #include <com/sun/star/sdbc/DataType.hpp>
55 #include <com/sun/star/sdbc/FetchDirection.hpp>
56 #include <com/sun/star/sdbc/IndexType.hpp>
57 #include <com/sun/star/sdbc/KeyRule.hpp>
58 #include <com/sun/star/sdbc/ProcedureResult.hpp>
59 #include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
60 #include <com/sun/star/sdbc/ResultSetType.hpp>
61 #include <com/sun/star/sdbc/TransactionIsolation.hpp>
62 #include <com/sun/star/sdbc/XResultSet.hpp>
63 #include <com/sun/star/sdbc/XRow.hpp>
64 #include <com/sun/star/sdbcx/KeyType.hpp>
65 #include <com/sun/star/sdbcx/PrivilegeObject.hpp>
66 #include <com/sun/star/uno/Reference.h>
67 #include <com/sun/star/util/Date.hpp>
68 #include <comphelper/property.hxx>
69 #include <comphelper/seqstream.hxx>
70 #include <comphelper/sequence.hxx>
71 #include <comphelper/servicehelper.hxx>
72 #include <comphelper/types.hxx>
73 #include <cppuhelper/cppuhelperdllapi.h>
74 #include <cppuhelper/queryinterface.hxx>
75 #include <cppuhelper/supportsservice.hxx>
76 #include <cppuhelper/typeprovider.hxx>
77 #include <salhelper/singletonref.hxx>
78 #endif // PCH_LEVEL >= 3
79 #if PCH_LEVEL >= 4
80 #include <connectivity/dbexception.hxx>
81 #include <connectivity/dbtools.hxx>
82 #include <connectivity/dbtoolsdllapi.hxx>
83 #include <connectivity/sdbcx/IRefreshable.hxx>
84 #endif // PCH_LEVEL >= 4
86 // Cleanup windows header macro pollution.
87 #if defined(_WIN32) && defined(WINAPI)
88 # include <postwin.h>
89 # undef RGB
90 #endif
92 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */