15 lines
272 B
C++
15 lines
272 B
C++
#include <mesosphere/processes/KLightClientSession.hpp>
|
|
#include <mesosphere/processes/KLightSession.hpp>
|
|
#include <mesosphere/threading/KScopedCriticalSection.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KLightClientSession::~KLightClientSession()
|
|
{
|
|
parent->Terminate(false);
|
|
}
|
|
|
|
|
|
}
|