meso: add KLightSession skeleton, remove KBaseSession
This commit is contained in:
17
mesosphere/source/processes/KLightServerSession.cpp
Normal file
17
mesosphere/source/processes/KLightServerSession.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include <mesosphere/processes/KLightServerSession.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
{
|
||||
|
||||
KLightServerSession::~KLightServerSession()
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
bool KLightServerSession::IsSignaled() const
|
||||
{
|
||||
return false; // TODO
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user