meso: add KLightSession skeleton, remove KBaseSession
This commit is contained in:
21
mesosphere/source/processes/KLightSession.cpp
Normal file
21
mesosphere/source/processes/KLightSession.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#include <mesosphere/processes/KLightSession.hpp>
|
||||
#include <mesosphere/core/KCoreContext.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
{
|
||||
|
||||
KLightSession::~KLightSession()
|
||||
{
|
||||
}
|
||||
|
||||
Result KLightSession::Initialize()
|
||||
{
|
||||
SetClientServerParent();
|
||||
client.isRemoteActive = true;
|
||||
server.isRemoteActive = true;
|
||||
|
||||
SetResourceOwner(KCoreContext::GetCurrentInstance().GetCurrentProcess());
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user