diff options
author | bunnei <bunneidev@gmail.com> | 2018-02-20 10:45:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 10:45:50 -0500 |
commit | 6a2197806ef8ca045f43f340255b8e8195efe4e4 (patch) | |
tree | 4a94d252127f784e19466f070c96e402ea0d135c /src/common/logging/log.h | |
parent | 587f22b610115d18f1631bcd502d268b6ac5b021 (diff) | |
parent | 46931a95660e73acf971a26bb7f341af6e40d4c8 (diff) |
Merge pull request #206 from mailwl/aoc-listaddoncontent
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 18a87f1c7..3cf13fcb0 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_Friend, ///< The friend service |