summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasato Ogawa <mogawa@xevo.com>2017-08-28 17:43:31 +0900
committerMasato Ogawa <mogawa@xevo.com>2017-08-28 17:43:31 +0900
commit21188bf1eaf9a3af38a78df20871a1f13bd757d2 (patch)
tree888218bd61a3d6b92b34d0a9d67045668924b0d9
parentdb1a2b171f29726cdc16483c60fdb69212318e68 (diff)
downloadsdl_core-21188bf1eaf9a3af38a78df20871a1f13bd757d2.tar.gz
Updated a parameter description
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_request.h1
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_response.h1
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h1
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_response.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_request.h b/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_request.h
index a2a1a0f7c8..9db071d7d5 100644
--- a/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_request.h
+++ b/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_request.h
@@ -48,6 +48,7 @@ class UISendHapticDataRequest : public RequestToHMI {
* @brief UISendHapticDataRequest class constructor
*
* @param message Incoming SmartObject message
+ * @param application_manager Reference of application manager
**/
UISendHapticDataRequest(const MessageSharedPtr& message,
ApplicationManager& application_manager);
diff --git a/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_response.h b/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_response.h
index 8b6a01f8b8..d9769b084d 100644
--- a/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_response.h
+++ b/src/components/application_manager/include/application_manager/commands/hmi/ui_send_haptic_data_response.h
@@ -48,6 +48,7 @@ class UISendHapticDataResponse : public ResponseFromHMI {
* @brief UISendHapticDataResponse class constructor
*
* @param message Incoming SmartObject message
+ * @param application_manager Reference of application manager
**/
UISendHapticDataResponse(const MessageSharedPtr& message,
ApplicationManager& application_manager);
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h b/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h
index 3b01ae6981..f9b8288d67 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_request.h
@@ -53,6 +53,7 @@ class SendHapticDataRequest : public CommandRequestImpl {
* @brief SendHapticDataRequest class constructor
*
* @param message Incoming SmartObject message
+ * @param application_manager Reference of application manager
**/
SendHapticDataRequest(const MessageSharedPtr& message,
ApplicationManager& application_manager);
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_response.h b/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_response.h
index 0b88daab11..724ab78aaa 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_response.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/send_haptic_data_response.h
@@ -49,6 +49,7 @@ class SendHapticDataResponse : public CommandResponseImpl {
* @brief SendHapticDataResponse class constructor
*
* @param message Incoming SmartObject message
+ * @param application_manager Reference of application manager
**/
SendHapticDataResponse(const MessageSharedPtr& message,
ApplicationManager& application_manager);