[Issue 4234] Cannot create a std.socket.Socket from an fd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 23 22:08:12 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4234
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |thecybershadow at gmail.com
Resolution| |DUPLICATE
--- Comment #3 from Vladimir Panteleev <thecybershadow at gmail.com> 2011-08-23 22:08:07 PDT ---
This seems to be covered by Chris's update in Issue 5401.
> * Socket.newFamilyObject() is private, but should be protected so you can
> derive std.Socket to get a Socket that supports new Address types (e.g. local
> Addresses)
newFamilyObject is still private, but it calls createAddress() which is
protected.
*** This issue has been marked as a duplicate of issue 5401 ***
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list