X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fpan-gesture-detector.cpp;h=76b63c447aa22ce87b902c433223e1a0543fb07a;hb=5239936a89509f6ba4a2254ca09296df874ae4b1;hp=81541b6090ed616842301d1b784fc8cc6305e9da;hpb=6d843272ffb2ef20a7b73d5e63d9d5c63928e28c;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/pan-gesture-detector.cpp b/dali/public-api/events/pan-gesture-detector.cpp index 81541b6..76b63c4 100644 --- a/dali/public-api/events/pan-gesture-detector.cpp +++ b/dali/public-api/events/pan-gesture-detector.cpp @@ -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(); }