Files
Atmosphere/mesosphere/source/processes/KLightClientSession.cpp
2019-06-03 17:41:08 -07:00

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);
}
}