summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include/smart_objects/schema_item.h
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-01-19 11:36:45 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2018-01-19 11:36:45 -0500
commitf9ddd3a558f223c0fb98c99a1e312143e2d32f03 (patch)
treeb55a031a34525508eb9fc8ee194cddb48c34232f /src/components/smart_objects/include/smart_objects/schema_item.h
parent5a1667d8ff0eeb696bf842b2c11aaf74663ebf00 (diff)
downloadsdl_core-f9ddd3a558f223c0fb98c99a1e312143e2d32f03.tar.gz
Update PR to use new DEPRECATED macrofeature/invalid_data_info
Diffstat (limited to 'src/components/smart_objects/include/smart_objects/schema_item.h')
-rw-r--r--src/components/smart_objects/include/smart_objects/schema_item.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/smart_objects/include/smart_objects/schema_item.h b/src/components/smart_objects/include/smart_objects/schema_item.h
index 807443d5e1..446c7fa65f 100644
--- a/src/components/smart_objects/include/smart_objects/schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/schema_item.h
@@ -56,8 +56,7 @@ class ISchemaItem {
*
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
- virtual Errors::eType validate(const SmartObject& Object);
+ DEPRECATED virtual Errors::eType validate(const SmartObject& Object);
/**
* @brief Validate smart object.