Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.h @ 3121:f86ebf971a72 db-changes
fix unit tests
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 Jan 2019 16:23:08 +0100 |
parents | 2e1711f80f74 |
children | c0d7aee8c3f8 |
comparison
equal
deleted
inserted
replaced
3120:a323b75e5b08 | 3121:f86ebf971a72 |
---|---|
360 int64_t resourceId, | 360 int64_t resourceId, |
361 MetadataType metadata) | 361 MetadataType metadata) |
362 ORTHANC_OVERRIDE; | 362 ORTHANC_OVERRIDE; |
363 | 363 |
364 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE; | 364 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE; |
365 | |
366 virtual void TagAsMostRecentPatient(int64_t patient) ORTHANC_OVERRIDE; | |
365 }; | 367 }; |
366 } | 368 } |
367 | 369 |
368 #endif | 370 #endif |