comparison Plugins/Engine/OrthancPlugins.h @ 1328:b7351ecb79b4

fix in the plugin destruction
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Feb 2015 13:06:01 +0100
parents 61ce8147f30d
children feaf2840917c
comparison
equal deleted inserted replaced
1327:6ed49334d5c1 1328:b7351ecb79b4
108 void SignalStoredInstance(DicomInstanceToStore& instance, 108 void SignalStoredInstance(DicomInstanceToStore& instance,
109 const std::string& instanceId); 109 const std::string& instanceId);
110 110
111 void SetOrthancRestApi(OrthancRestApi& restApi); 111 void SetOrthancRestApi(OrthancRestApi& restApi);
112 112
113 void ResetOrthancRestApi();
114
113 bool HasStorageArea() const; 115 bool HasStorageArea() const;
114 116
115 IStorageArea* GetStorageArea(); // To be freed after use 117 IStorageArea* GetStorageArea(); // To be freed after use
116 118
117 bool HasDatabase() const; 119 bool HasDatabase() const;