meso: Implement KLightServerSession dtor

This commit is contained in:
TuxSH
2018-11-12 09:54:22 +01:00
committed by Michael Scire
parent 9c8f818c29
commit be3550d382
8 changed files with 60 additions and 10 deletions

View File

@@ -1,11 +1,13 @@
#include <mesosphere/processes/KLightClientSession.hpp>
#include <mesosphere/processes/KLightSession.hpp>
#include <mesosphere/threading/KScopedCriticalSection.hpp>
namespace mesosphere
{
KLightClientSession::~KLightClientSession()
{
//TODO
parent->Terminate(false);
}