Updated core_adapter.h to match the change on core_adapter.cc

PiperOrigin-RevId: 393430067
This commit is contained in:
hai007
2021-08-27 14:36:32 -07:00
committed by Copybara-Service
parent 0232b47e02
commit ad82c4c489
+1 -1
View File
@@ -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);