From d43d73fe9078411e48a684edf39986e998dcde35 Mon Sep 17 00:00:00 2001 From: Herasym Oleh Date: Wed, 2 Dec 2015 10:16:51 +0200 Subject: hotfix/Fix_Unit_Tests_for_Formatter_in_Genivi Added changes to smart_object from SDL_Panasonic. Related: APPLINK-17577 --- src/components/smart_objects/include/smart_objects/smart_object.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/smart_objects/include') 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 bd70b7ea11..eca1199cec 100644 --- a/src/components/smart_objects/include/smart_objects/smart_object.h +++ b/src/components/smart_objects/include/smart_objects/smart_object.h @@ -93,6 +93,11 @@ enum SmartType { **/ SmartType_Binary = 8, + /** + * @brief Unsigned Integer value. + **/ + SmartType_UInteger = 9, + /** * @brief Invalid value. Represents invalid object that cannot change his type. **/ -- cgit v1.2.1