bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bugs in SocketPort constructors


From: Byrial Jensen
Subject: Bugs in SocketPort constructors
Date: Fri, 12 Dec 2003 17:25:23 +0100

SocketPort::SocketPort(SocketService *svc, const InetAddress &ia,
                       tpport_t port)
doesn't define detect_pending, detect_output and detect_disconnect.

SocketPort::SocketPort(SocketService *svc, const InetHostAddress &ih,
                       tpport_t port)
doesn't define detect_pending and detect_disconnect, and uses
detect_output before definition (by calling setDetectOutput()).

This is fixed in the attached patch against commoncpp2 1.0.13.

Best regards,
Byrial Jensen

Attachment: port.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]