[Issue 2000] listener.d fixups

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 8 09:23:30 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2000


changlon <changlon at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |changlon at gmail.com


--- Comment #2 from changlon <changlon at gmail.com> 2009-11-08 09:23:30 PST ---
import
        std.stdio,
        std.socket,
        std.socketstream,
        std.stream;


void main(){
        auto Socket sock = new TcpSocket(new InternetAddress("127.0.0.1", 80));
        Stream ss = new SocketStream(sock);

}

-- 
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