diff options
author | mailwl <mailwl@gmail.com> | 2018-02-20 10:27:32 +0300 |
---|---|---|
committer | mailwl <mailwl@gmail.com> | 2018-02-20 10:30:12 +0300 |
commit | 46931a95660e73acf971a26bb7f341af6e40d4c8 (patch) | |
tree | f1bed354e38edb1732f321ad471d7fe80a2cbefa /src/common/logging/log.h | |
parent | 23fe6f5be33ecf329a95c6b0e5f7e4c75917cef9 (diff) |
Service/AOC: stub ListAddOnContent function
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 69472ef1ac..498569c5c9 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -51,6 +51,7 @@ enum class Class : ClassType { /// should have its own subclass. Service_ACC, ///< The ACC (Accounts) service Service_AM, ///< The AM (Applet manager) service + Service_AOC, ///< The AOC (AddOn Content) service Service_APM, ///< The APM (Performance) service Service_Audio, ///< The Audio (Audio control) service Service_FS, ///< The FS (Filesystem) service |