digiKam
coredbtransaction.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2007-03-23
7  * Description : Core database convenience object for transactions.
8  *
9  * Copyright (C) 2007-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10  *
11  * This program is free software; you can redistribute it
12  * and/or modify it under the terms of the GNU General
13  * Public License as published by the Free Software Foundation;
14  * either version 2, or (at your option)
15  * any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_CORE_DB_TRANSACTION_H
25 #define DIGIKAM_CORE_DB_TRANSACTION_H
26 
27 // Local includes
28 
29 #include "digikam_export.h"
30 
31 namespace Digikam
32 {
33 
34 class CoreDbAccess;
35 
41 class DIGIKAM_DATABASE_EXPORT CoreDbTransaction
42 {
43 public:
44 
49 
53  explicit CoreDbTransaction(CoreDbAccess* const access);
55 
56 private:
57 
58  CoreDbAccess* m_access;
59 };
60 
61 } // namespace Digikam
62 
63 #endif // DIGIKAM_CORE_DB_TRANSACTION_H
Definition: coredbaccess.h:56
Definition: coredbtransaction.h:42
Definition: datefolderview.cpp:43