This commit is contained in:
Reece Wilson 2021-10-02 12:29:18 +01:00
parent 15ae6ab14c
commit 1f35723107
5 changed files with 2 additions and 10 deletions

View File

@ -1,7 +0,0 @@
/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: IPCPipeClient.hpp
Date: 2021-8-28
Author: Reece
***/

View File

@ -45,7 +45,7 @@ namespace Aurora::Loop
virtual ELoopSource GetType() = 0;
};
AUKN_SYM AuList<AuSPtr<ILoopSource>> WaitMultipleObjects(AuList<AuSPtr<ILoopSource>>, AuUInt32 timeout);
AUKN_SYM AuList<AuSPtr<ILoopSource>> WaitMultipleObjects(const AuList<AuSPtr<ILoopSource>> &objects, AuUInt32 timeout);
class ILSSemaphore : public ILoopSource
{

View File

@ -10,5 +10,5 @@
namespace Aurora::Loop
{
}

View File

@ -9,7 +9,6 @@
#include "Registry.hpp"
#include <nlohmann/json.hpp>
using json = nlohmann::json;
namespace Aurora::Registry