comparison Plugins/Engine/IPluginServiceProvider.h @ 1425:97268448bdfc

refactoring of samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Jun 2015 16:23:27 +0200
parents 50632b89e294
children ffd23c0104af
comparison
equal deleted inserted replaced
1424:fe384a9d3b51 1425:97268448bdfc
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Include/OrthancCPlugin.h" 35 #include "../Include/orthanc/OrthancCPlugin.h"
36 36
37 #include <boost/noncopyable.hpp> 37 #include <boost/noncopyable.hpp>
38 38
39 namespace Orthanc 39 namespace Orthanc
40 { 40 {