diff Platforms/Generic/OracleWebService.h @ 242:092db46c6291 am

improved SDL/Wasm unification
author am@osimis.io
date Wed, 20 Jun 2018 14:20:55 +0200
parents e2fe9352f240
children 313903066093
line wrap: on
line diff
--- a/Platforms/Generic/OracleWebService.h	Wed Jun 20 09:50:25 2018 +0200
+++ b/Platforms/Generic/OracleWebService.h	Wed Jun 20 14:20:55 2018 +0200
@@ -56,5 +56,15 @@
     {
       oracle_.Submit(new WebServicePostCommand(callback, parameters_, uri, body, payload));
     }
+
+    void Start()
+    {
+        oracle_.Start();
+    }
+
+    void Stop()
+    {
+        oracle_.Start();
+    }
   };
 }