diff OrthancServer/Search/IFindConstraint.h @ 1750:55d52567bebb db-changes

LookupResource implemented
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 12:45:50 +0100
parents 99f4a05f39fa
children 03b030680e3d
line wrap: on
line diff
--- a/OrthancServer/Search/IFindConstraint.h	Tue Oct 27 10:54:51 2015 +0100
+++ b/OrthancServer/Search/IFindConstraint.h	Tue Oct 27 12:45:50 2015 +0100
@@ -55,6 +55,8 @@
       return tag_;
     }
 
+    virtual IFindConstraint* Clone() const = 0;
+
     virtual void Setup(LookupIdentifierQuery& lookup) const = 0;
 
     virtual bool Match(const std::string& value) const = 0;