Mercurial > hg > orthanc
comparison Core/SQLite/Transaction.h @ 1221:2255e66da726
getting rid of the dependency against Boost in the SQLite C++ wrapper
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Nov 2014 17:05:50 +0100 |
parents | 9b9026560a5f |
children | 9b4977e3c19d |
comparison
equal
deleted
inserted
replaced
1220:9b9026560a5f | 1221:2255e66da726 |
---|---|
41 | 41 |
42 namespace Orthanc | 42 namespace Orthanc |
43 { | 43 { |
44 namespace SQLite | 44 namespace SQLite |
45 { | 45 { |
46 class Transaction : public boost::noncopyable | 46 class Transaction : public NonCopyable |
47 { | 47 { |
48 private: | 48 private: |
49 Connection& connection_; | 49 Connection& connection_; |
50 | 50 |
51 // True when the transaction is open, false when it's already been committed | 51 // True when the transaction is open, false when it's already been committed |