Menu

#191 Ambiguity Bug in UDPDuplex w/Patch

open
None
5
2004-10-30
2004-07-15
Rich
No

As for as I can tell there is an an ambiguity bug in the
UDPDuplex class, casused by the fact that when you call
"UDPDuplex::receive" the compiler doesn't know which function
you wish to call:

UDPReceive:receive via the UDPReceive class

or

UDPSocket::receive via the UDPTransmit class.

This patch I have created seems to fix this. My changes were
done in accordance with Bruce Eckle's great book "Thinking in
C++ Vol 2".

Anyhow, take a look at see what you think.

Rich...

Discussion

  • Rich

    Rich - 2004-07-15

    Patch for Socket.h for Common C++ 2 v1.2.3

     
  • David Sugar

    David Sugar - 2004-10-30
    • assigned_to: nobody --> dyfet
    • status: open --> open-later
     
  • David Sugar

    David Sugar - 2004-10-30

    Logged In: YES
    user_id=217

    This will be reviewed for 1.3...

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.