summaryrefslogtreecommitdiffstats
path: root/voice/voiceagentregistry.h
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-12-29 22:59:38 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-12-29 22:59:38 +0000
commit95e3f5a2c51062128c68f1150e3e89284ca4dd5b (patch)
tree47ae4cef8f3e341b7ef702ec51b93da08d569fc6 /voice/voiceagentregistry.h
parent68e84b142fb4d476e270a7d81dd5ab32acf9fdb5 (diff)
parentedb90cdc42f3f030c573d71778ec53e08aca6094 (diff)
Merge "voice: add vendor name to voiceagent model"
Diffstat (limited to 'voice/voiceagentregistry.h')
-rw-r--r--voice/voiceagentregistry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/voice/voiceagentregistry.h b/voice/voiceagentregistry.h
index cd7dc2c..e0a48c5 100644
--- a/voice/voiceagentregistry.h
+++ b/voice/voiceagentregistry.h
@@ -51,6 +51,8 @@ class VoiceAgentRegistry : public QObject
enum ServiceAuthState {
UNINITIALIZED = 0,
REFRESHED,
+ EXPIRED,
+ UNRECOVERABLE_ERROR
};
Q_ENUM(ServiceAuthState)