diff OrthancServer/ServerJobs/OrthancPeerStoreJob.cpp @ 2842:ff0ed5ea9e4e

trailing step in SetOfInstancesJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Sep 2018 15:55:42 +0200
parents ea7aea6f6a95
children 4e43e67f8ecf
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/OrthancPeerStoreJob.cpp	Wed Sep 26 09:50:30 2018 +0200
+++ b/OrthancServer/ServerJobs/OrthancPeerStoreJob.cpp	Wed Sep 26 15:55:42 2018 +0200
@@ -74,6 +74,12 @@
   }
     
 
+  bool OrthancPeerStoreJob::HandleTrailingStep()
+  {
+    throw OrthancException(ErrorCode_InternalError);
+  }
+
+
   void OrthancPeerStoreJob::SetPeer(const WebServiceParameters& peer)
   {
     if (IsStarted())