kio
slavebase.cpp File Reference
#include "slavebase.h"
#include <config.h>
#include <sys/time.h>
#include <assert.h>
#include <kdebug.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <qfile.h>
#include <dcopclient.h>
#include <kapplication.h>
#include <ksock.h>
#include <kcrash.h>
#include <kdesu/client.h>
#include <klocale.h>
#include <ksocks.h>
#include "kremoteencoding.h"
#include "kio/connection.h"
#include "kio/ioslave_defaults.h"
#include "kio/slaveinterface.h"
#include "uiserver_stub.h"
Include dependency graph for slavebase.cpp:
Go to the source code of this file.
Namespaces | |
namespace | KIO |
Defines | |
#define | KIO_DATA QByteArray data; QDataStream stream( data, IO_WriteOnly ); stream |
#define | KIO_FILESIZE_T(x) (unsigned long)(x & 0xffffffff) << (unsigned long)(x >> 32) |
Typedefs | |
typedef QValueList< QCString > | AuthKeysList |
typedef QMap< QString, QCString > | AuthKeysMap |
Functions | |
static void | genericsig_handler (int sigNumber) |
static bool | isSubCommand (int cmd) |
Variables | |
static SlaveBase * | globalSlave |
static const char * | s_protocol |
static volatile bool | slaveWriteError = false |
Define Documentation
#define KIO_DATA QByteArray data; QDataStream stream( data, IO_WriteOnly ); stream |
Definition at line 74 of file slavebase.cpp.
#define KIO_FILESIZE_T | ( | x | ) | (unsigned long)(x & 0xffffffff) << (unsigned long)(x >> 32) |
Definition at line 75 of file slavebase.cpp.
Typedef Documentation
typedef QValueList<QCString> AuthKeysList |
Definition at line 72 of file slavebase.cpp.
typedef QMap<QString,QCString> AuthKeysMap |
Definition at line 73 of file slavebase.cpp.
Function Documentation
static void genericsig_handler | ( | int | sigNumber | ) | [static] |
Definition at line 145 of file slavebase.cpp.
static bool isSubCommand | ( | int | cmd | ) | [static] |
Definition at line 563 of file slavebase.cpp.
Variable Documentation
SlaveBase* globalSlave [static] |
Definition at line 137 of file slavebase.cpp.
const char* s_protocol [static] |
Definition at line 142 of file slavebase.cpp.
volatile bool slaveWriteError = false [static] |
Definition at line 140 of file slavebase.cpp.