diff Plugins/Engine/OrthancPlugins.cpp @ 3664:85acfcc15829 storage-commitment

sample storage commitment plugin, C++ wrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Feb 2020 16:06:58 +0100
parents d8371b4302ff
children 4c1d2ff7ddd0
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp	Tue Feb 11 19:59:53 2020 +0100
+++ b/Plugins/Engine/OrthancPlugins.cpp	Wed Feb 12 16:06:58 2020 +0100
@@ -695,7 +695,8 @@
       public:
         Handler(_OrthancPluginRegisterStorageCommitmentScpCallback  parameters,
                 void* handler) :
-          parameters_(parameters)
+          parameters_(parameters),
+          handler_(handler)
         {
           if (handler == NULL)
           {