comparison SQLite/Plugins/IndexPlugin.cpp @ 62:eedd082355f9

fix for compatibility with simplified OrthancPluginCppWrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Dec 2018 08:57:16 +0100
parents c0cb5d2cd696
children 714c5d2bee76
comparison
equal deleted inserted replaced
60:412e30336847 62:eedd082355f9
35 { 35 {
36 return -1; 36 return -1;
37 } 37 }
38 38
39 #if 0 39 #if 0
40 OrthancPlugins::OrthancConfiguration configuration(context); 40 OrthancPlugins::OrthancConfiguration configuration;
41 41
42 if (!configuration.IsSection("SQLite")) 42 if (!configuration.IsSection("SQLite"))
43 { 43 {
44 LOG(WARNING) << "No available configuration for the SQLite index plugin"; 44 LOG(WARNING) << "No available configuration for the SQLite index plugin";
45 return 0; 45 return 0;