I'm following the tutorial here https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-cc/tutorials#ema-consumer-creating-a-barebones-ema-consumer-application
However, that page shows code like
class AppClient : public refinitiv::ema::access::OmmConsumerClient
which does not match the code from the download link https://developers.refinitiv.com/content/dam/devportal/api-families/elektron/elektron-sdk-c/tutorials/ema-consumer/ema_tutorials.zip
where I can see code like
class AppClient : public thomsonreuters::ema::access::OmmConsumerClient
which does *not* compile using SDK 2.0.2
Where is the up-to-date tutorial code for SDK version 2.0.2 please?