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

refactoring of samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Jun 2015 16:23:27 +0200
parents 01be1432bda9
children 0ac74fa21db8
comparison
equal deleted inserted replaced
1424:fe384a9d3b51 1425:97268448bdfc
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../../OrthancServer/IDatabaseWrapper.h" 35 #include "../../OrthancServer/IDatabaseWrapper.h"
36 #include "../Include/OrthancCDatabasePlugin.h" 36 #include "../Include/orthanc/OrthancCDatabasePlugin.h"
37 37
38 namespace Orthanc 38 namespace Orthanc
39 { 39 {
40 class OrthancPluginDatabase : public IDatabaseWrapper 40 class OrthancPluginDatabase : public IDatabaseWrapper
41 { 41 {