comparison OrthancServer/OrthancMoveRequestHandler.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 a3a65de1840f
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/IMoveRequestHandler.h" 35 #include "../Core/DicomNetworking/IMoveRequestHandler.h"
36 #include "ServerContext.h" 36 #include "ServerContext.h"
37 37
38 namespace Orthanc 38 namespace Orthanc
39 { 39 {
40 class OrthancMoveRequestHandler : public IMoveRequestHandler 40 class OrthancMoveRequestHandler : public IMoveRequestHandler