summaryrefslogtreecommitdiff
path: root/src/web_service/web_backend.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-10-10 21:04:19 -0400
committerGravatar Lioncash2018-10-10 21:10:36 -0400
commita7725d354cf118b2299ed197d4b88ff48ebc1341 (patch)
tree7bf14f649e1dcd130975bde03f37877ece6c45ad /src/web_service/web_backend.cpp
parenttelemetry_json: Add missing override specifier to the destructor of Telemetry... (diff)
downloadyuzu-a7725d354cf118b2299ed197d4b88ff48ebc1341.tar.gz
yuzu-a7725d354cf118b2299ed197d4b88ff48ebc1341.tar.xz
yuzu-a7725d354cf118b2299ed197d4b88ff48ebc1341.zip
telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure
Users of the web_service library shouldn't need to care about an external library like json.h. However, given it's exposed in our interface, this requires that other libraries publicly link in the JSON library. We can do better. By using the PImpl idiom, we can hide this dependency in the cpp file and remove the need to link that library in altogether.
Diffstat (limited to 'src/web_service/web_backend.cpp')
0 files changed, 0 insertions, 0 deletions