summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLNames.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-09-06 11:43:40 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-09-06 11:43:40 -0400
commit1c30d20f2fb31bf7b5d229437fcc0eb6f6b378eb (patch)
tree71abe811cc6b1a5430c85316fa109fd78fd0fd46 /SmartDeviceLink/SDLNames.m
parentf1f87cd1a538de9ad71d803fa4509c6450cd888b (diff)
downloadsdl_ios-1c30d20f2fb31bf7b5d229437fcc0eb6f6b378eb.tar.gz
Additional updates for WayPoint capitalization fixes
Diffstat (limited to 'SmartDeviceLink/SDLNames.m')
-rw-r--r--SmartDeviceLink/SDLNames.m14
1 files changed, 7 insertions, 7 deletions
diff --git a/SmartDeviceLink/SDLNames.m b/SmartDeviceLink/SDLNames.m
index 995cc20bf..79cbaf797 100644
--- a/SmartDeviceLink/SDLNames.m
+++ b/SmartDeviceLink/SDLNames.m
@@ -130,8 +130,8 @@ SDLName const SDLNameGenericResponse = @"GenericResponse";
SDLName const SDLNameGetDTCs = @"GetDTCs";
SDLName const SDLNameGetSystemCapability = @"GetSystemCapability";
SDLName const SDLNameGetVehicleData = @"GetVehicleData";
-SDLName const SDLNameGetWaypoints = @"GetWayPoints";
-SDLName const SDLNameGetWaypointsEnabled = @"getWayPointsEnabled";
+SDLName const SDLNameGetWayPoints = @"GetWayPoints";
+SDLName const SDLNameGetWayPointsEnabled = @"getWayPointsEnabled";
SDLName const SDLNameGPS = @"gps";
SDLName const SDLNameGraphic = @"graphic";
SDLName const SDLNameGraphicSupported = @"graphicSupported";
@@ -269,7 +269,7 @@ SDLName const SDLNameOnSystemRequest = @"OnSystemRequest";
SDLName const SDLNameOnTBTClientState = @"OnTBTClientState";
SDLName const SDLNameOnTouchEvent = @"OnTouchEvent";
SDLName const SDLNameOnVehicleData = @"OnVehicleData";
-SDLName const SDLNameOnWaypointChange = @"OnWayPointChange";
+SDLName const SDLNameOnWayPointChange = @"OnWayPointChange";
SDLName const SDLNameOperationName = @"name";
SDLName const SDLNameOS = @"os";
SDLName const SDLNameOSVersion = @"osVersion";
@@ -382,7 +382,7 @@ SDLName const SDLNameSubLocality = @"subLocality";
SDLName const SDLNameSubscribe = @"Subscribe";
SDLName const SDLNameSubscribeButton = @"SubscribeButton";
SDLName const SDLNameSubscribeVehicleData = @"SubscribeVehicleData";
-SDLName const SDLNameSubscribeWaypoints = @"SubscribeWayPoints";
+SDLName const SDLNameSubscribeWayPoints = @"SubscribeWayPoints";
SDLName const SDLNameSubThoroughfare = @"subThoroughfare";
SDLName const SDLNameSuccess = @"success";
SDLName const SDLNameSupportedDiagnosticModes = @"supportedDiagModes";
@@ -427,7 +427,7 @@ SDLName const SDLNameUnregisterAppInterface = @"UnregisterAppInterface";
SDLName const SDLNameUnsubscribe = @"Unsubscribe";
SDLName const SDLNameUnsubscribeButton = @"UnsubscribeButton";
SDLName const SDLNameUnsubscribeVehicleData = @"UnsubscribeVehicleData";
-SDLName const SDLNameUnsubscribeWaypoints = @"UnsubscribeWayPoints";
+SDLName const SDLNameUnsubscribeWayPoints = @"UnsubscribeWayPoints";
SDLName const SDLNameUpdateMode = @"updateMode";
SDLName const SDLNameUpdateTurnList = @"UpdateTurnList";
SDLName const SDLNameUpDownAvailable = @"upDownAvailable";
@@ -455,8 +455,8 @@ SDLName const SDLNameVRCommands = @"vrCommands";
SDLName const SDLNameVRHelp = @"vrHelp";
SDLName const SDLNameVRHelpTitle = @"vrHelpTitle";
SDLName const SDLNameVRSynonyms = @"vrSynonyms";
-SDLName const SDLNameWaypoints = @"wayPoints";
-SDLName const SDLNameWaypointType = @"wayPointType";
+SDLName const SDLNameWayPoints = @"wayPoints";
+SDLName const SDLNameWayPointType = @"wayPointType";
SDLName const SDLNameWidth = @"width";
SDLName const SDLNameWiperStatus = @"wiperStatus";
SDLName const SDLNameX = @"x";