KDECore
ksocketbase.h File Reference
#include <qiodevice.h>
#include <qstring.h>
#include "ksocketaddress.h"
#include <kdelibs_export.h>
Include dependency graph for ksocketbase.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KNetwork::KActiveSocketBase |
Abstract class for active sockets. More... | |
class | KNetwork::KPassiveSocketBase |
Abstract base class for passive sockets. More... | |
class | KNetwork::KSocketBase |
Basic socket functionality. More... | |
Namespaces | |
namespace | KNetwork |
Defines | |
#define | IO_AcceptError (IO_UnspecifiedError+2) |
#define | IO_BindError (IO_UnspecifiedError+5) |
#define | IO_ListenError (IO_UnspecifiedError+1) |
#define | IO_LookupError (IO_UnspecifiedError+3) |
#define | IO_SocketCreateError (IO_UnspecifiedError+4) |
Define Documentation
#define IO_AcceptError (IO_UnspecifiedError+2) |
Definition at line 73 of file ksocketbase.h.
#define IO_BindError (IO_UnspecifiedError+5) |
Definition at line 76 of file ksocketbase.h.
#define IO_ListenError (IO_UnspecifiedError+1) |
Definition at line 72 of file ksocketbase.h.
#define IO_LookupError (IO_UnspecifiedError+3) |
Definition at line 74 of file ksocketbase.h.
#define IO_SocketCreateError (IO_UnspecifiedError+4) |
Definition at line 75 of file ksocketbase.h.