stw
This commit is contained in:
parent
15ae6ab14c
commit
1f35723107
@ -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
|
||||
***/
|
@ -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
|
||||
{
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "Registry.hpp"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
namespace Aurora::Registry
|
||||
|
Loading…
Reference in New Issue
Block a user