You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/12/15 13:50:59 UTC

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1474: MINIFICPP-2008 Differentiate successful onTriggers from throwing onTr…

adamdebreceni commented on code in PR #1474:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1474#discussion_r1049662610


##########
libminifi/include/EventDrivenSchedulingAgent.h:
##########
@@ -54,23 +45,16 @@ class EventDrivenSchedulingAgent : public ThreadedSchedulingAgent {
     time_slice_ = std::chrono::milliseconds(slice);
   }
 
+  EventDrivenSchedulingAgent(const EventDrivenSchedulingAgent &parent) = delete;
+  EventDrivenSchedulingAgent& operator=(const EventDrivenSchedulingAgent &parent) = delete;

Review Comment:
   `SchedulingAgent` already seem to have these disabled



-- 
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-unsubscribe@nifi.apache.org

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