summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/src/bool_schema_item.cc
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-08-26 18:48:22 +0300
committerAlexander Kutsan <AKutsan@luxoft.com>2016-08-26 18:48:57 +0300
commitd73e6dc8724c5799fae14efd4dcb214af74e4904 (patch)
tree9ebed8b422490c4d669e90e70783e4f5b55b65c9 /src/components/smart_objects/src/bool_schema_item.cc
parentc201c11a35d360c0b96f36b103a2590bfaeb6026 (diff)
parent61ef8c42badb879216f53d240e1101b9f83a9bb7 (diff)
downloadsdl_core-d73e6dc8724c5799fae14efd4dcb214af74e4904.tar.gz
Merge branch 'release/4.1.0'
Diffstat (limited to 'src/components/smart_objects/src/bool_schema_item.cc')
-rw-r--r--src/components/smart_objects/src/bool_schema_item.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/components/smart_objects/src/bool_schema_item.cc b/src/components/smart_objects/src/bool_schema_item.cc
index 845cf9f5cc..c1da95528a 100644
--- a/src/components/smart_objects/src/bool_schema_item.cc
+++ b/src/components/smart_objects/src/bool_schema_item.cc
@@ -36,14 +36,12 @@ namespace NsSmartDeviceLink {
namespace NsSmartObjects {
utils::SharedPtr<CBoolSchemaItem> CBoolSchemaItem::create(
- const TSchemaItemParameter<bool> & DefaultValue) {
+ const TSchemaItemParameter<bool>& DefaultValue) {
return new CBoolSchemaItem(DefaultValue);
}
-CBoolSchemaItem::CBoolSchemaItem(
- const TSchemaItemParameter<bool>& DefaultValue)
- : CDefaultSchemaItem<bool>(DefaultValue) {
-}
+CBoolSchemaItem::CBoolSchemaItem(const TSchemaItemParameter<bool>& DefaultValue)
+ : CDefaultSchemaItem<bool>(DefaultValue) {}
SmartType CBoolSchemaItem::getSmartType() const {
return SmartType_Boolean;