mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-02 05:34:38 +00:00
18 lines
220 B
C++
18 lines
220 B
C++
|
|
#include <mesosphere/processes/KLightServerSession.hpp>
|
||
|
|
|
||
|
|
namespace mesosphere
|
||
|
|
{
|
||
|
|
|
||
|
|
KLightServerSession::~KLightServerSession()
|
||
|
|
{
|
||
|
|
//TODO
|
||
|
|
}
|
||
|
|
|
||
|
|
bool KLightServerSession::IsSignaled() const
|
||
|
|
{
|
||
|
|
return false; // TODO
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|