Lime-3DS-Emulator/src/web_service
Lioncash 8747d93f6a telemetry_json: Take std::string parameters by value
Taking them by const reference isn't advisable here, because it means
the std::move calls were doing nothing and we were always copying the
std::string instances.
2018-10-23 15:33:34 +02:00
..
announce_room_json.cpp Address review comments 2018-10-20 10:35:55 -04:00
announce_room_json.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
CMakeLists.txt web_service: hide dependencies to private 2018-10-20 10:47:17 -04:00
telemetry_json.cpp telemetry_json: Take std::string parameters by value 2018-10-23 15:33:34 +02:00
telemetry_json.h telemetry_json: Take std::string parameters by value 2018-10-23 15:33:34 +02:00
verify_login.cpp Review comments - part 3 2018-10-20 10:35:55 -04:00
verify_login.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
web_backend.cpp web_service: hide dependencies to private 2018-10-20 10:47:17 -04:00
web_backend.h web_service: hide dependencies to private 2018-10-20 10:47:17 -04:00