Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.h @ 1280:d6a65dc6d0ac
Plugins can access the command-line arguments used to launch Orthanc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 03 Feb 2015 10:25:56 +0100 |
parents | f1c01451a8ee |
children | 7bccdd221e2b |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h Mon Feb 02 16:14:29 2015 +0100 +++ b/Plugins/Engine/OrthancPlugins.h Tue Feb 03 10:25:56 2015 +0100 @@ -112,5 +112,7 @@ const char* GetProperty(const char* plugin, _OrthancPluginProperty property) const; + + void SetCommandLineArguments(int argc, char* argv[]); }; }