diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-01-03 12:56:02 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-03 12:56:02 -0300 |
commit | e2de82543bb87a66e13d085a3dd175ce7fa99fea (patch) | |
tree | 2bd3f68054a8dc7b1ac8995061799ea219e4eee8 /src/common/logging/log.h | |
parent | 0b897c45d2102ba5e1e765176d5840f66f6cfacd (diff) | |
parent | f2985f70808ed8777eb6b51b27bb5686869e01c7 (diff) |
Merge pull request #2382 from mailwl/nfc
Service/NFC: stub GetTagInRangeEvent
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 9d8c18d8e..4330ef879 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -62,6 +62,7 @@ enum class Class : ClassType { Service_LDR, ///< The LDR (3ds dll loader) service Service_MIC, ///< The MIC (Microphone) service Service_NDM, ///< The NDM (Network daemon manager) service + Service_NFC, ///< The NFC service Service_NIM, ///< The NIM (Network interface manager) service Service_NWM, ///< The NWM (Network wlan manager) service Service_CAM, ///< The CAM (Camera) service |