lordgamez commented on code in PR #1486:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1486#discussion_r1067070353


##########
libminifi/include/c2/C2Protocol.h:
##########
@@ -75,7 +75,7 @@ class C2Protocol : public core::Connectable {
   /**
    * Determines if we are connected and operating
    */
-  virtual bool isRunning() {
+  virtual bool isRunning() const {

Review Comment:
   Updated in a20c3a130d80bd73e4383b8161e23c52c77fb1fd



##########
libminifi/include/controllers/ThreadManagementService.h:
##########
@@ -91,7 +91,7 @@ class ThreadManagementService : public 
core::controller::ControllerService {
   void yield() {
   }
 
-  bool isRunning() {
+  bool isRunning() const {

Review Comment:
   Updated in a20c3a130d80bd73e4383b8161e23c52c77fb1fd



-- 
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