Introduced UNL update control message. (#169)

This commit is contained in:
Ravin Perera
2020-11-26 22:26:12 +05:30
committed by GitHub
parent 993eb11971
commit d476f787a7
20 changed files with 304 additions and 76 deletions

View File

@@ -12,8 +12,8 @@ namespace msg::usrmsg
class usrmsg_parser
{
const util::PROTOCOL protocol;
jsoncons::json jsonDoc;
jsoncons::ojson bsonDoc;
jsoncons::json jdoc;
jsoncons::ojson bdoc;
public:
usrmsg_parser(const util::PROTOCOL protocol);