diff Plugins/Engine/OrthancPlugins.cpp @ 1136:208dc67b9bab

sample custom storage plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 16:47:04 +0200
parents 67c3c1e4a6e0
children d9c27f9f1a51
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp	Tue Sep 09 15:55:43 2014 +0200
+++ b/Plugins/Engine/OrthancPlugins.cpp	Tue Sep 09 16:47:04 2014 +0200
@@ -817,6 +817,7 @@
           *reinterpret_cast<const _OrthancPluginRegisterStorageArea*>(parameters);
         
         pimpl_->storageArea_ = p;
+        pimpl_->hasStorageArea_ = true;
         return true;
       }