Mercurial > hg > orthanc-python
comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 144:93c6f12bf339
improved support for /reset but still not ok
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 08 Nov 2023 08:55:12 +0100 |
parents | 4cf3c2bc119f |
children | c78ec45f3695 |
comparison
equal
deleted
inserted
replaced
143:d63c58d650ff | 144:93c6f12bf339 |
---|---|
135 const char* url, | 135 const char* url, |
136 const OrthancPluginHttpRequest* request); | 136 const OrthancPluginHttpRequest* request); |
137 | 137 |
138 void SetGlobalContext(OrthancPluginContext* context); | 138 void SetGlobalContext(OrthancPluginContext* context); |
139 | 139 |
140 void ResetGlobalContext(); | |
141 | |
140 bool HasGlobalContext(); | 142 bool HasGlobalContext(); |
141 | 143 |
142 OrthancPluginContext* GetGlobalContext(); | 144 OrthancPluginContext* GetGlobalContext(); |
143 | 145 |
144 | 146 |