szaszm commented on code in PR #1640:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1640#discussion_r1371608435


##########
libminifi/include/core/ContentRepository.h:
##########
@@ -62,15 +73,24 @@ class ContentRepository : public core::CoreComponent, 
public StreamManager<minif
     return getName();
   }
 
+  std::unique_ptr<StreamAppendLock> append(const ResourceClaim& claim, size_t 
offset) override;

Review Comment:
   You're right, it only works with pointers and references, but not 
`unique_ptr`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to