mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-01 13:14:39 +00:00
12 lines
209 B
C++
12 lines
209 B
C++
|
|
#include <mesosphere/processes/KBaseServerSession.hpp>
|
||
|
|
|
||
|
|
namespace mesosphere
|
||
|
|
{
|
||
|
|
|
||
|
|
KBaseServerSession::~KBaseServerSession()
|
||
|
|
{
|
||
|
|
// Children classes will lock critical section + set client "isRemoteAlive"
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|