summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-12 11:27:32 -0400
committerNicoleYarroch <nicole@livio.io>2019-03-12 11:27:32 -0400
commitdf5a6257ce048cc415a9253e2f603da8aa11a6c8 (patch)
tree51d57330bd2fa496438a7ef0d62477098e0a844f
parent4d677111b015e7c4f39844b787f734251aecc164 (diff)
downloadsdl_ios-df5a6257ce048cc415a9253e2f603da8aa11a6c8.tar.gz
Fixed some formatting
-rw-r--r--SmartDeviceLink/SDLGetCloudAppProperties.h2
-rw-r--r--SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h2
-rw-r--r--SmartDeviceLink/SDLNotificationConstants.h4
-rw-r--r--SmartDeviceLink/SDLSetCloudAppProperties.h2
-rw-r--r--SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLGetCloudAppProperties.h b/SmartDeviceLink/SDLGetCloudAppProperties.h
index f65dc8974..9103b3a91 100644
--- a/SmartDeviceLink/SDLGetCloudAppProperties.h
+++ b/SmartDeviceLink/SDLGetCloudAppProperties.h
@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
-/*
+/**
* RPC used to get the current properties of a cloud application.
*/
@interface SDLGetCloudAppProperties : SDLRPCRequest
diff --git a/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h b/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h
index 72d983cfc..356bd32e0 100644
--- a/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h
+++ b/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h
@@ -13,7 +13,7 @@
NS_ASSUME_NONNULL_BEGIN
-/*
+/**
* The response to GetCloudAppProperties
*/
@interface SDLGetCloudAppPropertiesResponse : SDLRPCResponse
diff --git a/SmartDeviceLink/SDLNotificationConstants.h b/SmartDeviceLink/SDLNotificationConstants.h
index 173128eb4..e75437551 100644
--- a/SmartDeviceLink/SDLNotificationConstants.h
+++ b/SmartDeviceLink/SDLNotificationConstants.h
@@ -172,8 +172,6 @@ extern SDLNotificationName const SDLDidReceiveUnsubscribeButtonResponse;
extern SDLNotificationName const SDLDidReceiveUnsubscribeVehicleDataResponse;
extern SDLNotificationName const SDLDidReceiveUnsubscribeWaypointsResponse;
-extern SDLNotificationName const SDLDidReceiveSetCloudAppPropertiesRequest;
-extern SDLNotificationName const SDLDidReceiveGetCloudAppPropertiesRequest;
/**
* NSNotification names associated with specific RPC requests.
*/
@@ -194,6 +192,7 @@ extern SDLNotificationName const SDLDidReceiveDialNumberRequest;
extern SDLNotificationName const SDLDidReceiveEncodedSyncPDataRequest;
extern SDLNotificationName const SDLDidReceiveEndAudioPassThruRequest;
extern SDLNotificationName const SDLDidReceiveGetAppServiceDataRequest;
+extern SDLNotificationName const SDLDidReceiveGetCloudAppPropertiesRequest;
extern SDLNotificationName const SDLDidReceiveGetDTCsRequest;
extern SDLNotificationName const SDLDidReceiveGetFileRequest;
extern SDLNotificationName const SDLDidReceiveGetInteriorVehicleDataRequest;
@@ -213,6 +212,7 @@ extern SDLNotificationName const SDLDidReceiveScrollableMessageRequest;
extern SDLNotificationName const SDLDidReceiveSendHapticDataRequest;
extern SDLNotificationName const SDLDidReceiveSendLocationRequest;
extern SDLNotificationName const SDLDidReceiveSetAppIconRequest;
+extern SDLNotificationName const SDLDidReceiveSetCloudAppPropertiesRequest;
extern SDLNotificationName const SDLDidReceiveSetDisplayLayoutRequest;
extern SDLNotificationName const SDLDidReceiveSetGlobalPropertiesRequest;
extern SDLNotificationName const SDLDidReceiveSetInteriorVehicleDataRequest;
diff --git a/SmartDeviceLink/SDLSetCloudAppProperties.h b/SmartDeviceLink/SDLSetCloudAppProperties.h
index c0e870771..eadcded16 100644
--- a/SmartDeviceLink/SDLSetCloudAppProperties.h
+++ b/SmartDeviceLink/SDLSetCloudAppProperties.h
@@ -13,7 +13,7 @@
NS_ASSUME_NONNULL_BEGIN
-/*
+/**
* RPC used to enable/disable a cloud application and set authentication data
*/
@interface SDLSetCloudAppProperties : SDLRPCRequest
diff --git a/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h b/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h
index 37efed6ee..8e4d39753 100644
--- a/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h
+++ b/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h
@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
-/*
+/**
* The response to SetCloudAppProperties
*/
@interface SDLSetCloudAppPropertiesResponse : SDLRPCResponse