mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-13 12:06:25 +01:00
service: fix typo in NPNS GetStateChangeEvent function name
Fix spelling of "GetStateChangeEvent" function name in both INpnsSystem and INpnsUser interfaces. The function was incorrectly spelled as "GetStateChangeEVent" with a capital 'V'.
This commit is contained in:
parent
28350f7af8
commit
0010882f36
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ public:
|
||||||
{4, nullptr, "ReceiveRaw"},
|
{4, nullptr, "ReceiveRaw"},
|
||||||
{5, C<&INpnsSystem::GetReceiveEvent>, "GetReceiveEvent"},
|
{5, C<&INpnsSystem::GetReceiveEvent>, "GetReceiveEvent"},
|
||||||
{6, nullptr, "ListenUndelivered"},
|
{6, nullptr, "ListenUndelivered"},
|
||||||
{7, nullptr, "GetStateChangeEVent"},
|
{7, nullptr, "GetStateChangeEvent"},
|
||||||
{11, nullptr, "SubscribeTopic"},
|
{11, nullptr, "SubscribeTopic"},
|
||||||
{12, nullptr, "UnsubscribeTopic"},
|
{12, nullptr, "UnsubscribeTopic"},
|
||||||
{13, nullptr, "QueryIsTopicExist"},
|
{13, nullptr, "QueryIsTopicExist"},
|
||||||
|
@ -98,7 +98,7 @@ public:
|
||||||
{3, nullptr, "Receive"},
|
{3, nullptr, "Receive"},
|
||||||
{4, nullptr, "ReceiveRaw"},
|
{4, nullptr, "ReceiveRaw"},
|
||||||
{5, nullptr, "GetReceiveEvent"},
|
{5, nullptr, "GetReceiveEvent"},
|
||||||
{7, nullptr, "GetStateChangeEVent"},
|
{7, nullptr, "GetStateChangeEvent"},
|
||||||
{21, nullptr, "CreateToken"},
|
{21, nullptr, "CreateToken"},
|
||||||
{23, nullptr, "DestroyToken"},
|
{23, nullptr, "DestroyToken"},
|
||||||
{25, nullptr, "QueryIsTokenValid"},
|
{25, nullptr, "QueryIsTokenValid"},
|
||||||
|
|
Loading…
Reference in a new issue