mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
Merge pull request #181 from archshift/errf
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
This commit is contained in:
commit
94c1c97d2b
@ -57,6 +57,8 @@ const Interface::FunctionInfo FunctionTable[] = {
|
|||||||
{0x00030100, nullptr, "RegisterService"},
|
{0x00030100, nullptr, "RegisterService"},
|
||||||
{0x000400C0, nullptr, "UnregisterService"},
|
{0x000400C0, nullptr, "UnregisterService"},
|
||||||
{0x00050100, GetServiceHandle, "GetServiceHandle"},
|
{0x00050100, GetServiceHandle, "GetServiceHandle"},
|
||||||
|
{0x000B0000, nullptr, "ReceiveNotification"},
|
||||||
|
{0x000C0080, nullptr, "PublishToSubscriber"}
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user