comparison OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp @ 5263:ae3f29be5ca5

fix compatibility with visual studio precompiled headers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Apr 2023 17:38:44 +0200
parents eec3e4a91663
children 0e8dfba67ac9
comparison
equal deleted inserted replaced
5262:bf304ee8dd80 5263:ae3f29be5ca5
1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 * Department, University Hospital of Liege, Belgium
5 * Copyright (C) 2017-2023 Osimis S.A., Belgium
6 * Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
7 *
8 * This program is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 **/
21
22
1 #include "PendingDeletionsDatabase.h" 23 #include "PendingDeletionsDatabase.h"
2 24
3 #include "../../../../OrthancFramework/Sources/FileStorage/FilesystemStorage.h" 25 #include "../../../../OrthancFramework/Sources/FileStorage/FilesystemStorage.h"
4 #include "../../../../OrthancFramework/Sources/Logging.h" 26 #include "../../../../OrthancFramework/Sources/Logging.h"
5 #include "../../../../OrthancFramework/Sources/MultiThreading/SharedMessageQueue.h" 27 #include "../../../../OrthancFramework/Sources/MultiThreading/SharedMessageQueue.h"