diff Plugins/Engine/OrthancPlugins.h @ 1135:67c3c1e4a6e0

index-only mode, and custom storage area with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 15:55:43 +0200
parents 382e162c074c
children d9c27f9f1a51
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Tue Sep 09 12:53:49 2014 +0200
+++ b/Plugins/Engine/OrthancPlugins.h	Tue Sep 09 15:55:43 2014 +0200
@@ -47,7 +47,6 @@
   {
   private:
     struct PImpl;
-
     boost::shared_ptr<PImpl> pimpl_;
 
     void RegisterRestCallback(const void* parameters);
@@ -98,5 +97,9 @@
                               const std::string& instanceId);
 
     void SetOrthancRestApi(OrthancRestApi& restApi);
+
+    bool HasStorageArea() const;
+
+    IStorageArea* GetStorageArea();
   };
 }