Index: lib/Comms/include/MessageDispatcher.h =================================================================== diff -u -ra5781739bcbe58c754aff8861561495624bc5b67 -rb915ccc1a72fcca21908c35140af7ac7df1f1f37 --- lib/Comms/include/MessageDispatcher.h (.../MessageDispatcher.h) (revision a5781739bcbe58c754aff8861561495624bc5b67) +++ lib/Comms/include/MessageDispatcher.h (.../MessageDispatcher.h) (revision b915ccc1a72fcca21908c35140af7ac7df1f1f37) @@ -92,7 +92,7 @@ Q_OBJECT // Singleton - // SINGLETON(MessageDispatcher) // SQ commented out: not a singleton here, owned by LeahiRtController + // SINGLETON(MessageDispatcher) // SQ commented out: not a singleton here, owned by CloudConnectController // friends // friend class ::tst_canbus; // SQ commented out: luis test friends @@ -107,7 +107,7 @@ MessageBuilder _builder; // MessageInterpreter _interpreter; // SQ commented out: GUI message interpretation - // QThread *_thread = nullptr; // SQ commented out: thread owned by LeahiRtController + // QThread *_thread = nullptr; // SQ commented out: thread owned by CloudConnectController // bool _init = false; // SQ commented out: init()/thread mgmt removed // SQ commented out: list of transmit(request) messages that require AckBack -- GUI/action specific. @@ -131,7 +131,7 @@ // void enableConsoleOut(bool vEnable) { _builder.enableConsoleOut(vEnable); } // SQ commented out: console-out passthrough private: - // void initConnections(); // SQ commented out: wiring now done in LeahiRtController + // void initConnections(); // SQ commented out: wiring now done in CloudConnectController // void initThread(QThread &vThread); // SQ commented out: thread mgmt removed // void quitThread();