diff Platforms/Wasm/WasmPlatformApplicationAdapter.h @ 535:79bb0a02d1cc bgo-commands-codegen

- Added ORTHANC_OVERRIDE to several methods (translates to "override" in C++ 11 compilers) - Last fixes to new style command handling (removed useless commands and switch command handling in simple samples to use XxxxSerializedMessageXxxx instead of XxxxCommandXxxx - Fixed hardcoded input instance in SingleFrameEditorApplication
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 19 Mar 2019 09:13:57 +0100
parents 7105a0bad250
children
line wrap: on
line diff
--- a/Platforms/Wasm/WasmPlatformApplicationAdapter.h	Mon Mar 18 11:27:01 2019 +0100
+++ b/Platforms/Wasm/WasmPlatformApplicationAdapter.h	Tue Mar 19 09:13:57 2019 +0100
@@ -13,7 +13,6 @@
       WasmPlatformApplicationAdapter(MessageBroker& broker, IStoneApplication& application);
 
       virtual void HandleSerializedMessageFromWeb(std::string& output, const std::string& input);
-      virtual void HandleCommandFromWeb(std::string& output, const std::string& input);
       virtual void NotifyStatusUpdateFromCppToWebWithString(const std::string& statusUpdateMessage);
       virtual void NotifyStatusUpdateFromCppToWebWithSerializedMessage(const std::string& statusUpdateMessage);
   };