comparison OrthancServer/DatabaseWrapperBase.h @ 1672:4c5a85c3ff43 db-changes

sample database plugin now working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Oct 2015 12:20:49 +0200
parents 2f2e2ec17bc4
children 2ad22b2970a2
comparison
equal deleted inserted replaced
1671:2f2e2ec17bc4 1672:4c5a85c3ff43
44 #include <list> 44 #include <list>
45 45
46 46
47 namespace Orthanc 47 namespace Orthanc
48 { 48 {
49 /**
50 * This class is shared between the Orthanc core and the sample
51 * database plugin whose code is in
52 * "../Plugins/Samples/DatabasePlugin".
53 **/
49 class DatabaseWrapperBase 54 class DatabaseWrapperBase
50 { 55 {
51 private: 56 private:
52 SQLite::Connection& db_; 57 SQLite::Connection& db_;
53 58