Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 1434:f9cd40166269
refactoring of OrthancPlugins, improvement in ServeFolders
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 30 Jun 2015 16:04:05 +0200 |
parents | 461e7554bff7 |
children | 0a3e3be59094 |
comparison
equal
deleted
inserted
replaced
1433:461e7554bff7 | 1434:f9cd40166269 |
---|---|
139 | 139 |
140 const char* GetProperty(const char* plugin, | 140 const char* GetProperty(const char* plugin, |
141 _OrthancPluginProperty property) const; | 141 _OrthancPluginProperty property) const; |
142 | 142 |
143 void SetCommandLineArguments(int argc, char* argv[]); | 143 void SetCommandLineArguments(int argc, char* argv[]); |
144 | |
145 PluginsManager& GetManager(); | |
146 | |
147 const PluginsManager& GetManager() const; | |
144 }; | 148 }; |
145 } | 149 } |