#include namespace mesosphere { KBaseSession::~KBaseSession() { } Result KBaseSession::Initialize() { SetClientServerParent(); return ResultSuccess(); } }