Is there a reason that SimpleTCPStream inherits Socket as protected, while
TCPStream, UDPSocket,... all inherit it as public?
Ken Sewell Defense Research Associates
Project Engineer 3915 Germany Lane, Suite 102
937-656-4899 x3004 Beavercreek, Ohio 45431-16
IPV4Address ia("127.0.0.1");
char addr[16];
memset(addr,0,16);
strncpy(addr,inet_ntoa(ia.getAddress()),15);
--
Bug-commoncpp Digest, Vol 28, Issue 1
--
Message: 8
Date: Tue, 31 May 2005 16:15:52 -0400 (EDT)
From: Ken Sewell <[EMAIL PROTECTED]>
Subject: Getting