#include <net_socket.h>
Inheritance diagram for Net::AcceptedSocket:


Public Member Functions | |
| AcceptedSocket () | |
| dumy constructor | |
| AcceptedSocket (Host h, int fd) | |
| constructor for ServerSocket::wait() method | |
| void | operator= (AcceptedSocket s) |
| copy operator | |
Protected Attributes | |
| Host | host |
| host of peer | |
1.3.7