summaryrefslogtreecommitdiff
path: root/src/components/smart_objects
diff options
context:
space:
mode:
authorSergey Levchenko (GitHub) <slevchenko.work@gmail.com>2016-11-08 15:42:18 +0200
committerSergey Levchenko (GitHub) <slevchenko.work@gmail.com>2016-11-10 14:37:16 +0200
commit07e6d71398e213ae7762bc1eb948cd8d62252925 (patch)
tree3b968e7570f14e7ccb91744ff713d5ce8d50574f /src/components/smart_objects
parentac259b0080619b6741c4e296d64ab5061813145f (diff)
downloadsdl_core-07e6d71398e213ae7762bc1eb948cd8d62252925.tar.gz
Remove redundant aliases to smart_objects namespace
Related to: APPLINK-29754
Diffstat (limited to 'src/components/smart_objects')
-rw-r--r--src/components/smart_objects/include/smart_objects/smart_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/smart_objects/include/smart_objects/smart_object.h b/src/components/smart_objects/include/smart_objects/smart_object.h
index 688550b040..98e58fffd1 100644
--- a/src/components/smart_objects/include/smart_objects/smart_object.h
+++ b/src/components/smart_objects/include/smart_objects/smart_object.h
@@ -1016,4 +1016,7 @@ static SmartObject invalid_object_value(SmartType_Invalid);
static const SmartBinary invalid_binary_value;
} // namespace NsSmartObjects
} // namespace NsSmartDeviceLink
+
+namespace smart_objects = NsSmartDeviceLink::NsSmartObjects;
+
#endif // SRC_COMPONENTS_SMART_OBJECTS_INCLUDE_SMART_OBJECTS_SMART_OBJECT_H_