martinzink commented on a change in pull request #1089:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1089#discussion_r640887043
##########
File path: libminifi/include/io/ClientSocket.h
##########
@@ -125,8 +125,8 @@ class Socket : public BaseStream {
*/
int initialize() override;
- virtual void setInterface(io::NetworkInterface interface) {
- local_network_interface_ = std::move(interface);
Review comment:
FYI, after rearranging windows includes this wouldnt compile due to
https://github.com/tpn/winsdk-10/blob/master/Include/10.0.14393.0/um/combaseapi.h#L193
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]