Add methods to get current size and orientation to Scene
[platform/core/uifw/dali-core.git] / dali / internal / event / common / property-conditions-impl.cpp
index 06557ae..ac53f94 100644 (file)
 
 namespace Dali
 {
-
 namespace Internal
 {
-
 PropertyCondition::PropertyCondition()
 : type(False)
 {
-
 }
 
-PropertyCondition::~PropertyCondition()
-{
-
-}
+PropertyCondition::~PropertyCondition() = default;
 
 } // namespace Internal