|
@@ -23,8 +23,8 @@ namespace SM {
|
|
|
/// Interface to "sm:" service
|
|
/// Interface to "sm:" service
|
|
|
class SM final : public ServiceFramework<SM> {
|
|
class SM final : public ServiceFramework<SM> {
|
|
|
public:
|
|
public:
|
|
|
- explicit SM(std::shared_ptr<ServiceManager> service_manager);
|
|
|
|
|
- ~SM();
|
|
|
|
|
|
|
+ SM(std::shared_ptr<ServiceManager> service_manager);
|
|
|
|
|
+ ~SM() = default;
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
void Initialize(Kernel::HLERequestContext& ctx);
|
|
void Initialize(Kernel::HLERequestContext& ctx);
|