meso: add KLightSession skeleton, remove KBaseSession

This commit is contained in:
TuxSH
2018-11-11 22:53:15 +01:00
committed by Michael Scire
parent eb7e4153d1
commit 9c8f818c29
14 changed files with 165 additions and 159 deletions

View File

@@ -0,0 +1,12 @@
#include <mesosphere/processes/KLightClientSession.hpp>
namespace mesosphere
{
KLightClientSession::~KLightClientSession()
{
//TODO
}
}