Mercurial > hg > orthanc-databases
comparison Framework/Plugins/PluginInitialization.h @ 492:af6998ed73dd
fix deprecated calls
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Mar 2024 15:03:26 +0100 |
parents | ecd0b719cff5 |
children | 54d518dcd74a |
comparison
equal
deleted
inserted
replaced
491:711b136e8fe8 | 492:af6998ed73dd |
---|---|
27 #include <string> | 27 #include <string> |
28 | 28 |
29 namespace OrthancDatabases | 29 namespace OrthancDatabases |
30 { | 30 { |
31 bool InitializePlugin(OrthancPluginContext* context, | 31 bool InitializePlugin(OrthancPluginContext* context, |
32 const std::string& pluginName, | |
32 const std::string& dbms, | 33 const std::string& dbms, |
33 bool isIndex); | 34 bool isIndex); |
34 } | 35 } |