comparison Applications/Samples/SimpleViewer/Wasm/SimpleViewerWasmApplicationAdapter.cpp @ 522:700aa66f2f29 bgo-commands-codegen

Removed deleted file from cmakelists + fixed renames in compilation. Samples build OK in WAS but still not fully functional
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 12 Mar 2019 15:01:36 +0100
parents b70e9be013e4
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
519:17106b29ed6d 522:700aa66f2f29
43 std::unique_ptr<Json::StreamWriter> writer(builder.newStreamWriter()); 43 std::unique_ptr<Json::StreamWriter> writer(builder.newStreamWriter());
44 std::ostringstream outputStr; 44 std::ostringstream outputStr;
45 45
46 writer->write(event, &outputStr); 46 writer->write(event, &outputStr);
47 47
48 NotifyStatusUpdateFromCppToWeb(outputStr.str()); 48 NotifyStatusUpdateFromCppToWebWithString(outputStr.str());
49 } 49 }
50 50
51 } // namespace SimpleViewer 51 } // namespace SimpleViewer