summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include/smart_objects/array_schema_item.h
diff options
context:
space:
mode:
authordtrunov <dtrunov@luxoft.com>2015-12-01 10:13:12 +0200
committerdtrunov <dtrunov@luxoft.com>2016-01-25 16:03:49 +0200
commit6d4a32b1cd85b0c7301b66851973a77e32013b40 (patch)
tree8535b35c7487d54addea4ae0e591a75b65b71059 /src/components/smart_objects/include/smart_objects/array_schema_item.h
parent73a227291c827507221ce16dc78f1c7d84bc9dc5 (diff)
downloadsdl_core-6d4a32b1cd85b0c7301b66851973a77e32013b40.tar.gz
SDL transfer PlayTone parameter to HMI in speak request.
Added ability to remove fake parameter according with MOBILE_API.xml Closes-bug:[APPLINK-17980](https://adc.luxoft.com/jira/browse/APPLINK-17980)
Diffstat (limited to 'src/components/smart_objects/include/smart_objects/array_schema_item.h')
-rw-r--r--src/components/smart_objects/include/smart_objects/array_schema_item.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/smart_objects/include/smart_objects/array_schema_item.h b/src/components/smart_objects/include/smart_objects/array_schema_item.h
index f8fa8e9462..6454693b38 100644
--- a/src/components/smart_objects/include/smart_objects/array_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/array_schema_item.h
@@ -73,8 +73,11 @@ class CArraySchemaItem : public ISchemaItem {
* @brief Apply schema.
*
* @param Object Object to apply schema.
+ *
+ * @param RemoveFakeParameters contains true if need to remove fake parameters
+ * from smart object otherwise contains false.
**/
- void applySchema(SmartObject& Object) OVERRIDE;
+ void applySchema(SmartObject& Object, const bool RemoveFakeParameters) OVERRIDE;
/**
* @brief Unapply schema.