Stratosphere: ServiceServer<T> -> IServer<T> as abstract base class.

This commit is contained in:
Michael Scire
2018-04-21 20:57:24 -06:00
parent 4aa93ad354
commit 044d367eda
5 changed files with 144 additions and 112 deletions

View File

@@ -1,8 +1,11 @@
#pragma once
#include "stratosphere/ipc_templating.hpp"
#include "stratosphere/iwaitable.hpp"
#include "stratosphere/iserviceobject.hpp"
#include "stratosphere/iserver.hpp"
#include "stratosphere/servicesession.hpp"
#include "stratosphere/serviceserver.hpp"
#include "stratosphere/waitablemanager.hpp"
#include "stratosphere/managedportserver.hpp"
#include "stratosphere/waitablemanager.hpp"
#include "stratosphere/ipc_templating.hpp"