comparison 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
comparison
equal deleted inserted replaced
1279:7f3a65e84d4b 1280:d6a65dc6d0ac
110 110
111 void Stop(); 111 void Stop();
112 112
113 const char* GetProperty(const char* plugin, 113 const char* GetProperty(const char* plugin,
114 _OrthancPluginProperty property) const; 114 _OrthancPluginProperty property) const;
115
116 void SetCommandLineArguments(int argc, char* argv[]);
115 }; 117 };
116 } 118 }