1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-01-30 04:44:03 +00:00
Atmosphere/mesosphere/source/processes/KBaseServerSession.cpp

12 lines
209 B
C++
Raw Normal View History

2018-11-11 00:36:15 +00:00
#include <mesosphere/processes/KBaseServerSession.hpp>
namespace mesosphere
{
KBaseServerSession::~KBaseServerSession()
{
// Children classes will lock critical section + set client "isRemoteAlive"
}
}