comparison OrthancServer/Search/Compatibility/SetOfResources.cpp @ 3052:c7db469bbe8e db-changes

new class: Compatibility::DatabaseLookup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Dec 2018 16:58:52 +0100
parents d8a91acb7424
children 6c5d4281da4a
comparison
equal deleted inserted replaced
3051:39db63e68dcf 3052:c7db469bbe8e
29 * You should have received a copy of the GNU General Public License 29 * You should have received a copy of the GNU General Public License
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #include "../../OrthancServer/PrecompiledHeadersServer.h" 34 #include "../../PrecompiledHeadersServer.h"
35 #include "SetOfResources.h" 35 #include "SetOfResources.h"
36 36
37 #include "../../Core/OrthancException.h" 37 #include "../../../Core/OrthancException.h"
38 38
39 39
40 namespace Orthanc 40 namespace Orthanc
41 { 41 {
42 void SetOfResources::Intersect(const std::list<int64_t>& resources) 42 void SetOfResources::Intersect(const std::list<int64_t>& resources)