DALi signals refactor to remove V2 naming
[platform/core/uifw/dali-core.git] / dali / public-api / events / pan-gesture-detector.cpp
index 81541b6..76b63c4 100644 (file)
@@ -70,13 +70,6 @@ PanGestureDetector& PanGestureDetector::operator=(const PanGestureDetector& rhs)
   return *this;
 }
 
-PanGestureDetector& PanGestureDetector::operator=(BaseHandle::NullType* rhs)
-{
-  DALI_ASSERT_ALWAYS( (rhs == NULL) && "Can only assign NULL pointer to handle");
-  Reset();
-  return *this;
-}
-
 void PanGestureDetector::SetMinimumTouchesRequired(unsigned int minimum)
 {
   GetImplementation(*this).SetMinimumTouchesRequired(minimum);
@@ -127,7 +120,7 @@ void PanGestureDetector::RemoveDirection( Radian direction )
   GetImplementation(*this).RemoveDirection( direction );
 }
 
-PanGestureDetector::DetectedSignalV2& PanGestureDetector::DetectedSignal()
+PanGestureDetector::DetectedSignalType& PanGestureDetector::DetectedSignal()
 {
   return GetImplementation(*this).DetectedSignal();
 }