APT service serialization

This commit is contained in:
Hamish Milne 2019-12-25 21:43:51 +00:00 committed by zhupengfei
parent 3e752002c4
commit 5265c79056
25 changed files with 247 additions and 17 deletions

View file

@ -14,7 +14,7 @@ public:
explicit AC_I(std::shared_ptr<Module> ac);
private:
SERVICE_SERIALIZATION(AC_I, ac)
SERVICE_SERIALIZATION(AC_I, ac, Module)
};
} // namespace Service::AC

View file

@ -14,7 +14,7 @@ public:
explicit AC_U(std::shared_ptr<Module> ac);
private:
SERVICE_SERIALIZATION(AC_U, ac)
SERVICE_SERIALIZATION(AC_U, ac, Module)
};
} // namespace Service::AC