mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-10 06:46:18 +00:00
17 lines
220 B
C++
17 lines
220 B
C++
#include <mesosphere/processes/KLightServerSession.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KLightServerSession::~KLightServerSession()
|
|
{
|
|
//TODO
|
|
}
|
|
|
|
bool KLightServerSession::IsSignaled() const
|
|
{
|
|
return false; // TODO
|
|
}
|
|
|
|
|
|
}
|