mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Updated core_adapter.h to match the change on core_adapter.cc
PiperOrigin-RevId: 393430067
This commit is contained in:
@@ -42,7 +42,7 @@ DLL_API Core* __stdcall InitCoreWithServiceControllerFactory(
|
||||
|
||||
// Initializes a default Core instance.
|
||||
// Returns the instance handle to c# client.
|
||||
DLL_API Core* __stdcall InitCore();
|
||||
DLL_API Core* __stdcall InitCore(ServiceControllerRouter* router);
|
||||
|
||||
// Closes the core with stopping all endpoints, then free the memory.
|
||||
DLL_API void __stdcall CloseCore(Core* pCore);
|
||||
|
||||
Reference in New Issue
Block a user