meso: Implement ConnectLight

This commit is contained in:
TuxSH
2018-11-13 01:14:55 +01:00
committed by Michael Scire
parent efe7325af3
commit ad879ca327
12 changed files with 73 additions and 18 deletions

View File

@@ -10,6 +10,7 @@ KServerPort::~KServerPort()
{
KScopedCriticalSection critsec{};
parent->isServerAlive = false;
// TODO
}
bool KServerPort::IsSignaled() const
@@ -21,7 +22,7 @@ bool KServerPort::IsSignaled() const
}
}
Result KServerPort::AddServerSession(KLightServerSession &lightServerSession)
Result KServerPort::AddLightServerSession(KLightServerSession &lightServerSession)
{
KScopedCriticalSection critsec{};
bool wasEmpty = lightServerSessions.empty();