Fix RE unit test case. (#632)
[platform/upstream/iotivity.git] / service / resource-encapsulation / include / RCSRemoteResourceObject.h
index 05b189c..19d3e98 100644 (file)
@@ -581,6 +581,7 @@ namespace OIC
             std::vector< std::string > getInterfaces() const;
 
         private:
+            std::weak_ptr< RCSRemoteResourceObject > weakFromThis();
             std::shared_ptr< PrimitiveResource > m_primitiveResource;
             CacheID m_cacheId;
             BrokerID m_brokerId;