comparison OrthancServer/OrthancFindRequestHandler.h @ 2382:7284093111b0

big reorganization to cleanly separate framework vs. server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Aug 2017 21:17:35 +0200
parents de1ba22fd28a
children 878b59270859
comparison
equal deleted inserted replaced
2381:b8969010b534 2382:7284093111b0
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 #pragma once 33 #pragma once
34 34
35 #include "DicomProtocol/IFindRequestHandler.h" 35 #include "../Core/DicomNetworking/IFindRequestHandler.h"
36 36
37 #include "ServerContext.h" 37 #include "ServerContext.h"
38 38
39 namespace Orthanc 39 namespace Orthanc
40 { 40 {