Mercurial > hg > orthanc
changeset 1723:40a8445fc81d db-changes
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Oct 2015 10:45:21 +0200 |
parents | f1901004f3e4 |
children | 7e0b5e413c7c |
files | Plugins/Include/orthanc/OrthancCppDatabasePlugin.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h Tue Oct 20 10:41:35 2015 +0200 +++ b/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h Tue Oct 20 10:45:21 2015 +0200 @@ -414,9 +414,6 @@ uint16_t element, const char* value) = 0; - virtual void LookupIdentifier(std::list<int64_t>& target /*out*/, - const char* value) = 0; - virtual bool LookupMetadata(std::string& target /*out*/, int64_t id, int32_t metadataType) = 0;