bug-commoncpp
[Top][All Lists]
Advanced

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

OnAccept old/new stuff


From: Bernhard Pietsch
Subject: OnAccept old/new stuff
Date: Sun, 29 Jul 2001 13:21:27 -0700
User-agent: Mutt/1.2.5i

[About CommonC++, version 1.5.0:]

I not really understood what is the significant difference between

  OnAccept (const InetHostAddress &, short)

and

  OnAccept (const InetHostAddress &, unsigned short),

and why you complain about any connection where both "interpretations" of this 
method return
"true" (Line 1137 in socket.cpp).
Of course, there won't be any correct connects with port numbers where 
(unsigned short) = (short).

So what is this for?

thx, Bernhard



reply via email to

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