23 #ifndef __ccxx_ServerSocket_hxx 24 #define __ccxx_ServerSocket_hxx 79 {
return(_listening); }
104 #endif // __ccxx_ServerSocket_hxx
An aggregation of information about a network interface.
Definition: NetworkInterface.h++:38
A server (listening) socket for StreamSocket (TCP) connections.
Definition: ServerSocket.h++:40
A reliable, connection-oriented stream (TCP) socket.
Definition: StreamSocket.h++:38
A base class for network sockets.
Definition: Socket.h++:61
unsigned int uint_t
An alias for unsigned int.
Definition: Integers.h++:74
#define COMMONCPP_API
Definition: Common.h++:126
bool isListening() const
Determine if the socket is in a listening state.
Definition: ServerSocket.h++:78
#define CCXX_COPY_DECLS(CLASS)
Inlines declarations of a copy constructor and assignment operator for the class CLASS.
Definition: Common.h++:295
Definition: AllocationMap.c++:25