Fixed minor issues from previous PR related to buffers and a typo in npns

This commit is contained in:
darktux 2024-04-05 01:58:30 +02:00 committed by Briar
parent d82ee773da
commit 675d53ab71
2 changed files with 6 additions and 7 deletions

View file

@ -24,7 +24,7 @@ public:
{4, nullptr, "ReceiveRaw"},
{5, C<&INpnsSystem::GetReceiveEvent>, "GetReceiveEvent"},
{6, nullptr, "ListenUndelivered"},
{7, nullptr, "GetStateChangeEVent"},
{7, nullptr, "GetStateChangeEvent"},
{11, nullptr, "SubscribeTopic"},
{12, nullptr, "UnsubscribeTopic"},
{13, nullptr, "QueryIsTopicExist"},