Correct exports; add some file serialization; fix service base object serialization
This commit is contained in:
@@ -12,6 +12,9 @@ class PM_APP final : public ServiceFramework<PM_APP> {
|
||||
public:
|
||||
PM_APP();
|
||||
~PM_APP() = default;
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION_SIMPLE
|
||||
};
|
||||
|
||||
} // namespace Service::PM
|
||||
|
@@ -12,6 +12,9 @@ class PM_DBG final : public ServiceFramework<PM_DBG> {
|
||||
public:
|
||||
PM_DBG();
|
||||
~PM_DBG() = default;
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION_SIMPLE
|
||||
};
|
||||
|
||||
} // namespace Service::PM
|
||||
|
Reference in New Issue
Block a user