comparison Core/SQLite/Transaction.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents fa5ad4368fe3
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
42 42
43 namespace Orthanc 43 namespace Orthanc
44 { 44 {
45 namespace SQLite 45 namespace SQLite
46 { 46 {
47 class Transaction : public ITransaction 47 class ORTHANC_PUBLIC Transaction : public ITransaction
48 { 48 {
49 private: 49 private:
50 Connection& connection_; 50 Connection& connection_;
51 51
52 // True when the transaction is open, false when it's already been committed 52 // True when the transaction is open, false when it's already been committed