Change-Id: I290728eb77d4b01cd418564dfcd1e12f3a6ce75e
/*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
}
PropertyOwner::PropertyOwner()
+: mUpdated( false )
{
}
#define DALI_INTERNAL_SCENE_GRAPH_PROPERTY_OWNER_H
/*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Retrieve if the property owner is updated due to the property is being animating.
* @return An updated flag
*/
- bool Updated()
+ bool Updated() const
{
return mUpdated;
}