diff Framework/Toolbox/OrthancSynchronousWebService.h @ 70:f73aed014bde wasm

OrthancAsynchronousWebService
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 May 2017 21:43:49 +0200
parents 1553b67b24e5
children f40a78cc7070
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSynchronousWebService.h	Mon May 22 20:35:11 2017 +0200
+++ b/Framework/Toolbox/OrthancSynchronousWebService.h	Mon May 22 21:43:49 2017 +0200
@@ -27,6 +27,8 @@
 
 #include <memory>
 
+// TODO REMOVE THIS
+
 namespace OrthancStone
 {
   class OrthancSynchronousWebService : public IWebService
@@ -52,5 +54,13 @@
                                      const std::string& uri,
                                      const std::string& body,
                                      Orthanc::IDynamicObject* payload);
+
+    virtual void Start()
+    {
+    }
+
+    virtual void Stop()
+    {
+    }
   };
 }