comparison Framework/Toolbox/OrthancSynchronousWebService.h @ 80:f40a78cc7070 wasm

Oracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 May 2017 22:33:20 +0200
parents f73aed014bde
children
comparison
equal deleted inserted replaced
79:4e21f6b3aa0d 80:f40a78cc7070
52 52
53 virtual void SchedulePostRequest(ICallback& callback, 53 virtual void SchedulePostRequest(ICallback& callback,
54 const std::string& uri, 54 const std::string& uri,
55 const std::string& body, 55 const std::string& body,
56 Orthanc::IDynamicObject* payload); 56 Orthanc::IDynamicObject* payload);
57
58 virtual void Start()
59 {
60 }
61
62 virtual void Stop()
63 {
64 }
65 }; 57 };
66 } 58 }