diff options
Diffstat (limited to 'src/plugins/voiceagents/VoiceAgentEventNames.h')
-rw-r--r-- | src/plugins/voiceagents/VoiceAgentEventNames.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/voiceagents/VoiceAgentEventNames.h b/src/plugins/voiceagents/VoiceAgentEventNames.h index 4575528..92cc8dc 100644 --- a/src/plugins/voiceagents/VoiceAgentEventNames.h +++ b/src/plugins/voiceagents/VoiceAgentEventNames.h @@ -19,8 +19,7 @@ #include <string> using namespace std; - -namespace vshl { +namespace vshlcore { namespace voiceagents { static string VSHL_EVENT_AUTH_STATE_EVENT = "voice_authstate_event"; |