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 410d23b..ac53f94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 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.
 
 namespace Dali
 {
-
 namespace Internal
 {
-
 PropertyCondition::PropertyCondition()
 : type(False)
 {
-
 }
 
-PropertyCondition::~PropertyCondition()
-{
-
-}
+PropertyCondition::~PropertyCondition() = default;
 
 } // namespace Internal