Mercurial > hg > orthanc
comparison OrthancServer/Search/ISqlLookupFormatter.h @ 3100:f6de9d25b20d db-changes
removing build dependency on plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Jan 2019 16:21:57 +0100 |
parents | 65e2bfa953ef |
children | 94f4a18a79cc |
comparison
equal
deleted
inserted
replaced
3099:9c71abbff70f | 3100:f6de9d25b20d |
---|---|
31 **/ | 31 **/ |
32 | 32 |
33 | 33 |
34 #pragma once | 34 #pragma once |
35 | 35 |
36 #include "DatabaseConstraint.h" | 36 #include "../../Core/Enumerations.h" |
37 | |
38 #include <boost/noncopyable.hpp> | |
39 #include <vector> | |
37 | 40 |
38 namespace Orthanc | 41 namespace Orthanc |
39 { | 42 { |
43 class DatabaseConstraint; | |
44 | |
40 // This class is also used by the "orthanc-databases" project | 45 // This class is also used by the "orthanc-databases" project |
41 class ISqlLookupFormatter : public boost::noncopyable | 46 class ISqlLookupFormatter : public boost::noncopyable |
42 { | 47 { |
43 public: | 48 public: |
44 virtual ~ISqlLookupFormatter() | 49 virtual ~ISqlLookupFormatter() |