diff OrthancServer/Scheduler/StoreScuCommand.h @ 1165:0561f2087cc9

Fix reporting of errors in Orthanc Explorer when sending images to peers/modalities
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Sep 2014 17:48:55 +0200
parents 26642cecd36d
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/Scheduler/StoreScuCommand.h	Thu Sep 18 17:18:26 2014 +0200
+++ b/OrthancServer/Scheduler/StoreScuCommand.h	Thu Sep 18 17:48:55 2014 +0200
@@ -42,10 +42,12 @@
   private:
     ServerContext& context_;
     RemoteModalityParameters modality_;
+    bool ignoreExceptions_;
 
   public:
     StoreScuCommand(ServerContext& context,
-                   const RemoteModalityParameters& modality);
+                    const RemoteModalityParameters& modality,
+                    bool ignoreExceptions);
 
     virtual bool Apply(ListOfStrings& outputs,
                        const ListOfStrings& inputs);