summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include
diff options
context:
space:
mode:
authorHerasym Oleh <oolleehh@gmail.com>2015-12-02 10:16:51 +0200
committerHerasym Oleh <oolleehh@gmail.com>2015-12-02 10:16:51 +0200
commitd43d73fe9078411e48a684edf39986e998dcde35 (patch)
tree840c7376533ed33703072b61d2f1c702e619d8ac /src/components/smart_objects/include
parent6db4399d61512c9c4c843d040b591dd9bb7e3b5c (diff)
downloadsdl_core-d43d73fe9078411e48a684edf39986e998dcde35.tar.gz
hotfix/Fix_Unit_Tests_for_Formatter_in_Genivi
Added changes to smart_object from SDL_Panasonic. Related: APPLINK-17577
Diffstat (limited to 'src/components/smart_objects/include')
-rw-r--r--src/components/smart_objects/include/smart_objects/smart_object.h5
1 files changed, 5 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 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
@@ -94,6 +94,11 @@ enum SmartType {
SmartType_Binary = 8,
/**
+ * @brief Unsigned Integer value.
+ **/
+ SmartType_UInteger = 9,
+
+ /**
* @brief Invalid value. Represents invalid object that cannot change his type.
**/
SmartType_Invalid = -1