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 f1a502f..ac53f94 100644 (file)
 
 namespace Dali
 {
-
 namespace Internal
 {
-
 PropertyCondition::PropertyCondition()
 : type(False)
 {
-
 }
 
 PropertyCondition::~PropertyCondition() = default;