comparison Plugins/Engine/OrthancPlugins.h @ 1199:a843ee8bb903 db-changes

separated thread for change callbacks in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Oct 2014 14:29:45 +0200
parents 1169528a9a5f
children f1c01451a8ee
comparison
equal deleted inserted replaced
1198:1169528a9a5f 1199:a843ee8bb903
105 void SetOrthancRestApi(OrthancRestApi& restApi); 105 void SetOrthancRestApi(OrthancRestApi& restApi);
106 106
107 bool HasStorageArea() const; 107 bool HasStorageArea() const;
108 108
109 IStorageArea* GetStorageArea(); 109 IStorageArea* GetStorageArea();
110
111 void Stop();
110 }; 112 };
111 } 113 }