Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
This commit is contained in:
parent
7efa6e8801
commit
b0489c9a64
3 changed files with 12 additions and 0 deletions
|
@ -146,6 +146,9 @@ void InstallInterfaces(SM::ServiceManager& service_manager) {
|
|||
* 0: ResultCode
|
||||
*/
|
||||
void LM::Initialize(Kernel::HLERequestContext& ctx) {
|
||||
// TODO(Subv): Verify if this should return the interface as a domain object when called from
|
||||
// within a domain.
|
||||
|
||||
auto logger = std::make_shared<Logger>();
|
||||
auto sessions = Kernel::ServerSession::CreateSessionPair(logger->GetServiceName());
|
||||
auto server = std::get<Kernel::SharedPtr<Kernel::ServerSession>>(sessions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue