summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/include/smart_objects/object_schema_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/include/smart_objects/object_schema_item.h')
-rw-r--r--src/components/smart_objects/include/smart_objects/object_schema_item.h5
1 files changed, 2 insertions, 3 deletions
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 92e2936722..fcd84dbece 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
@@ -94,12 +94,11 @@ class CObjectSchemaItem : public ISchemaItem {
/**
* @brief Validate smart object.
* @param Object Object to validate.
- * @param errorMessage string reference to be filled with an appropriate error
- *message if an error occurs
+ * @param report__ object for reporting errors during validation
* @return NsSmartObjects::Errors::eType
**/
Errors::eType validate(const SmartObject& Object,
- std::string& errorMessage) OVERRIDE;
+ rpc::ValidationReport* report__) OVERRIDE;
/**
* @brief Apply schema.
* @param Object Object to apply schema.