Fixed build issue caused by merge of 2 similar changes on DiscoveryManagerTest
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Sun, 6 Mar 2016 11:57:06 +0000 (12:57 +0100)
committerUze Choi <uzchoi@samsung.com>
Mon, 7 Mar 2016 01:13:22 +0000 (01:13 +0000)
Revert "Fixed a compilation error in DiscoveryManagerTest.cpp."

This reverts commit d3f7b087e2d272dfbfba4f1114fd030c9d7219a2.

Problem was observed while building on Tizen:2.4:Mobile (g++ 4.9.2)

Change-Id: I374236826587d67a07a0dd1ba39ac977b1943d29
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5457
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-encapsulation/unittests/DiscoveryManagerTest.cpp

index ef5aaa2..7572022 100755 (executable)
@@ -55,9 +55,6 @@ public:
         if (m_task) m_task->cancel();
     }
 
-    ScopedTask(ScopedTask&&) = default;
-    ScopedTask& operator=(ScopedTask&&) = default;
-
     RCSDiscoveryManager::DiscoveryTask* operator->()
     {
         return m_task.get();