diff OrthancServer/Scheduler/StorePeerCommand.h @ 2020:a0bd8cd55da7

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 Jun 2016 17:19:10 +0200
parents b1291df2f780
children a3a65de1840f
line wrap: on
line diff
--- a/OrthancServer/Scheduler/StorePeerCommand.h	Tue Jun 14 17:53:23 2016 +0200
+++ b/OrthancServer/Scheduler/StorePeerCommand.h	Wed Jun 15 17:19:10 2016 +0200
@@ -42,12 +42,12 @@
   {
   private:
     ServerContext& context_;
-    OrthancPeerParameters peer_;
+    WebServiceParameters peer_;
     bool ignoreExceptions_;
 
   public:
     StorePeerCommand(ServerContext& context,
-                     const OrthancPeerParameters& peer,
+                     const WebServiceParameters& peer,
                      bool ignoreExceptions);
     
     virtual bool Apply(ListOfStrings& outputs,