net/SocketDescriptor: specialization of FileDescriptor for network sockets
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
* An OO wrapper for struct sockaddr_storage.
|
||||
*/
|
||||
class StaticSocketAddress {
|
||||
friend class SocketDescriptor;
|
||||
|
||||
public:
|
||||
typedef SocketAddress::size_type size_type;
|
||||
|
||||
|
Reference in New Issue
Block a user