comparison Framework/Plugins/OrthancCppDatabasePlugin.h @ 16:9e419261f1c9

mysql storage area working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Jul 2018 10:10:35 +0200
parents d17b2631bb67
children 17f849b2af34
comparison
equal deleted inserted replaced
15:dfc7002add9c 16:9e419261f1c9
1502 # endif 1502 # endif
1503 #endif 1503 #endif
1504 1504
1505 if (performanceWarning) 1505 if (performanceWarning)
1506 { 1506 {
1507 OrthancPluginLogWarning(context, "Performance warning: The database plugin was compiled " 1507 OrthancPluginLogWarning(context, "Performance warning: The database index plugin was compiled "
1508 "against an old version of the Orthanc SDK, consider upgrading"); 1508 "against an old version of the Orthanc SDK, consider upgrading");
1509 } 1509 }
1510 1510
1511 OrthancPluginDatabaseContext* database = 1511 OrthancPluginDatabaseContext* database =
1512 OrthancPluginRegisterDatabaseBackendV2(context, &params, &extensions, &backend); 1512 OrthancPluginRegisterDatabaseBackendV2(context, &params, &extensions, &backend);