diff Platforms/Generic/OracleWebService.h @ 246:5470b15f7cf2 am

first usage of boost::signals2
author am@osimis.io
date Tue, 26 Jun 2018 13:55:17 +0200
parents 313903066093
children 3d523c9a8f0d
line wrap: on
line diff
--- a/Platforms/Generic/OracleWebService.h	Wed Jun 20 15:59:52 2018 +0200
+++ b/Platforms/Generic/OracleWebService.h	Tue Jun 26 13:55:17 2018 +0200
@@ -46,6 +46,7 @@
                                     const std::string& uri,
                                     Orthanc::IDynamicObject* payload)
     {
+
       oracle_.Submit(new WebServiceGetCommand(callback, parameters_, uri, payload));
     }