comparison MySQL/Plugins/IndexPlugin.cpp @ 200:30b210616f4f

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Mar 2021 15:21:17 +0100
parents 3236894320d6
children 42990b2dd51b
comparison
equal deleted inserted replaced
199:8cae98f73d53 200:30b210616f4f
69 69
70 /* Create the database back-end */ 70 /* Create the database back-end */
71 backend_.reset(new OrthancDatabases::MySQLIndex(parameters)); 71 backend_.reset(new OrthancDatabases::MySQLIndex(parameters));
72 72
73 /* Register the MySQL index into Orthanc */ 73 /* Register the MySQL index into Orthanc */
74 OrthancPlugins::DatabaseBackendAdapter::Register(context, *backend_); 74 OrthancPlugins::DatabaseBackendAdapterV2::Register(context, *backend_);
75 } 75 }
76 catch (Orthanc::OrthancException& e) 76 catch (Orthanc::OrthancException& e)
77 { 77 {
78 LOG(ERROR) << e.What(); 78 LOG(ERROR) << e.What();
79 return -1; 79 return -1;