service: Update function tables

This commit is contained in:
VolcaEM
2020-06-29 04:01:34 +02:00
committed by GitHub
parent 058ec22787
commit 6a0010d0c6
27 changed files with 285 additions and 157 deletions

View File

@ -40,10 +40,10 @@ public:
~IApplicationVersionInterface() override;
};
class IContentManagerInterface final : public ServiceFramework<IContentManagerInterface> {
class IContentManagementInterface final : public ServiceFramework<IContentManagementInterface> {
public:
explicit IContentManagerInterface();
~IContentManagerInterface() override;
explicit IContentManagementInterface();
~IContentManagementInterface() override;
};
class IDocumentInterface final : public ServiceFramework<IDocumentInterface> {