Mercurial > hg > orthanc
comparison OrthancServer/Plugins/Engine/OrthancPluginDatabase.h @ 4570:648defffc8cc db-changes
new enum: TransactionType
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 08 Mar 2021 16:04:56 +0100 |
parents | 5b929e6b3c36 |
children | bec74e29f86b |
comparison
equal
deleted
inserted
replaced
4569:19ea4ecd6d9a | 4570:648defffc8cc |
---|---|
295 | 295 |
296 virtual void SetProtectedPatient(int64_t internalId, | 296 virtual void SetProtectedPatient(int64_t internalId, |
297 bool isProtected) | 297 bool isProtected) |
298 ORTHANC_OVERRIDE; | 298 ORTHANC_OVERRIDE; |
299 | 299 |
300 virtual IDatabaseWrapper::ITransaction* StartTransaction() | 300 virtual IDatabaseWrapper::ITransaction* StartTransaction(TransactionType type) |
301 ORTHANC_OVERRIDE; | 301 ORTHANC_OVERRIDE; |
302 | 302 |
303 virtual void SetListener(IDatabaseListener& listener) | 303 virtual void SetListener(IDatabaseListener& listener) |
304 ORTHANC_OVERRIDE | 304 ORTHANC_OVERRIDE |
305 { | 305 { |