summaryrefslogtreecommitdiff
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
parent5a1667d8ff0eeb696bf842b2c11aaf74663ebf00 (diff)
downloadsdl_core-feature/invalid_data_info.tar.gz
Update PR to use new DEPRECATED macrofeature/invalid_data_info
-rw-r--r--src/components/smart_objects/include/smart_objects/always_false_schema_item.h1
-rw-r--r--src/components/smart_objects/include/smart_objects/always_true_schema_item.h1
-rw-r--r--src/components/smart_objects/include/smart_objects/array_schema_item.h1
-rw-r--r--src/components/smart_objects/include/smart_objects/default_shema_item.h1
-rw-r--r--src/components/smart_objects/include/smart_objects/enum_schema_item.h1
-rw-r--r--src/components/smart_objects/include/smart_objects/number_schema_item.h1
-rw-r--r--src/components/smart_objects/include/smart_objects/object_schema_item.h1
-rw-r--r--src/components/smart_objects/include/smart_objects/schema_item.h3
-rw-r--r--src/components/smart_objects/include/smart_objects/smart_object.h3
-rw-r--r--src/components/smart_objects/include/smart_objects/smart_schema.h3
-rw-r--r--src/components/smart_objects/include/smart_objects/string_schema_item.h1
11 files changed, 3 insertions, 14 deletions
diff --git a/src/components/smart_objects/include/smart_objects/always_false_schema_item.h b/src/components/smart_objects/include/smart_objects/always_false_schema_item.h
index c4ebf21b51..cdddcfed55 100644
--- a/src/components/smart_objects/include/smart_objects/always_false_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/always_false_schema_item.h
@@ -54,7 +54,6 @@ class CAlwaysFalseSchemaItem : public ISchemaItem {
* @param Object Object to validate.
* @return Errors::ERROR
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
* @brief Validate smart object.
diff --git a/src/components/smart_objects/include/smart_objects/always_true_schema_item.h b/src/components/smart_objects/include/smart_objects/always_true_schema_item.h
index 8589a512b1..e078ae3240 100644
--- a/src/components/smart_objects/include/smart_objects/always_true_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/always_true_schema_item.h
@@ -54,7 +54,6 @@ class CAlwaysTrueSchemaItem : public ISchemaItem {
* @param Object Object to validate.
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
* @brief Validate smart object.
diff --git a/src/components/smart_objects/include/smart_objects/array_schema_item.h b/src/components/smart_objects/include/smart_objects/array_schema_item.h
index 37ad6cd5f5..937979f2fa 100644
--- a/src/components/smart_objects/include/smart_objects/array_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/array_schema_item.h
@@ -71,7 +71,6 @@ class CArraySchemaItem : public ISchemaItem {
*
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
diff --git a/src/components/smart_objects/include/smart_objects/default_shema_item.h b/src/components/smart_objects/include/smart_objects/default_shema_item.h
index 7702362b52..56952dbac1 100644
--- a/src/components/smart_objects/include/smart_objects/default_shema_item.h
+++ b/src/components/smart_objects/include/smart_objects/default_shema_item.h
@@ -55,7 +55,6 @@ class CDefaultSchemaItem : public ISchemaItem {
* @param Object Object to validate.
* @return Errors::ERROR
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
* @brief Validate smart object.
diff --git a/src/components/smart_objects/include/smart_objects/enum_schema_item.h b/src/components/smart_objects/include/smart_objects/enum_schema_item.h
index dbc40b9131..524d966188 100644
--- a/src/components/smart_objects/include/smart_objects/enum_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/enum_schema_item.h
@@ -70,7 +70,6 @@ class TEnumSchemaItem : public CDefaultSchemaItem<EnumType> {
* @param Object Object to validate.
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
* @brief Validate smart object.
diff --git a/src/components/smart_objects/include/smart_objects/number_schema_item.h b/src/components/smart_objects/include/smart_objects/number_schema_item.h
index eba64693b2..d549b9891a 100644
--- a/src/components/smart_objects/include/smart_objects/number_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/number_schema_item.h
@@ -70,7 +70,6 @@ class TNumberSchemaItem : public CDefaultSchemaItem<NumberType> {
* @param Object Object to validate.
* @return Errors::ERROR
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
* @brief Validate smart object.
diff --git a/src/components/smart_objects/include/smart_objects/object_schema_item.h b/src/components/smart_objects/include/smart_objects/object_schema_item.h
index fcd84dbece..8922caba45 100644
--- a/src/components/smart_objects/include/smart_objects/object_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/object_schema_item.h
@@ -89,7 +89,6 @@ class CObjectSchemaItem : public ISchemaItem {
* @param Object Object to validate.
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
* @brief Validate smart object.
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.
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 de058164bf..cc2bc7e22c 100644
--- a/src/components/smart_objects/include/smart_objects/smart_object.h
+++ b/src/components/smart_objects/include/smart_objects/smart_object.h
@@ -676,8 +676,7 @@ class SmartObject FINAL {
*
* @return Result of validation.
*/
- // DEPRECATED
- Errors::eType validate();
+ DEPRECATED Errors::eType validate();
/**
* @brief Validates object according to attached schema.
diff --git a/src/components/smart_objects/include/smart_objects/smart_schema.h b/src/components/smart_objects/include/smart_objects/smart_schema.h
index 87a7d4e9a0..ada5646043 100644
--- a/src/components/smart_objects/include/smart_objects/smart_schema.h
+++ b/src/components/smart_objects/include/smart_objects/smart_schema.h
@@ -69,8 +69,7 @@ class CSmartSchema FINAL {
*
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
- Errors::eType validate(const SmartObject& Object) const;
+ DEPRECATED Errors::eType validate(const SmartObject& Object) const;
/**
* @brief Validate smart object.
diff --git a/src/components/smart_objects/include/smart_objects/string_schema_item.h b/src/components/smart_objects/include/smart_objects/string_schema_item.h
index abe9c9d1f1..6c98dcc3b3 100644
--- a/src/components/smart_objects/include/smart_objects/string_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/string_schema_item.h
@@ -67,7 +67,6 @@ class CStringSchemaItem : public CDefaultSchemaItem<std::string> {
* @param Object Object to validate.
* @return NsSmartObjects::Errors::eType
**/
- // DEPRECATED
Errors::eType validate(const SmartObject& Object) OVERRIDE;
/**
* @brief Validate smart object.