Atmosphere/mesosphere/source/processes/KLightServerSession.cpp

17 lines
220 B
C++

#include <mesosphere/processes/KLightServerSession.hpp>
namespace mesosphere
{
KLightServerSession::~KLightServerSession()
{
//TODO
}
bool KLightServerSession::IsSignaled() const
{
return false; // TODO
}
}