summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLInteractionMode.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-17 11:09:59 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-17 11:09:59 -0700
commit01af4a660451fb6bb561c01118f6669ae8c7bec9 (patch)
treec2a0f4f1e0706d5bbfe7f673426aa74266f4391b /SmartDeviceLink/SDLInteractionMode.h
parent1dd5e8372bdd79d769cd880303520cdcfb20e801 (diff)
downloadsdl_ios-01af4a660451fb6bb561c01118f6669ae8c7bec9.tar.gz
Updated naming for some enums for better readability.
Diffstat (limited to 'SmartDeviceLink/SDLInteractionMode.h')
-rw-r--r--SmartDeviceLink/SDLInteractionMode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLInteractionMode.h b/SmartDeviceLink/SDLInteractionMode.h
index 6d8b23857..0ffe217ca 100644
--- a/SmartDeviceLink/SDLInteractionMode.h
+++ b/SmartDeviceLink/SDLInteractionMode.h
@@ -21,7 +21,7 @@ extern SDLInteractionMode const SDLInteractionModeManualOnly;
* @abstract Interaction Mode : VR Only
* @discussion This mode causes the interaction to occur only through TTS and VR. The user is prompted via TTS to select a choice by saying one of the choice's synonyms
*/
-extern SDLInteractionMode const SDLInteractionModeVROnly;
+extern SDLInteractionMode const SDLInteractionModeVoiceRecognitionOnly;
/**
* @abstract Interaction Mode : Manual & VR