dcop
dcopserver_shutdown_win.cpp File Reference
#include <sys/socket.h>
#include <stdlib.h>
#include <qfile.h>
#include <dcopclient.h>
Include dependency graph for dcopserver_shutdown_win.cpp:
Go to the source code of this file.
Defines | |
#define | BUFFER_SIZE 4096 |
#define | QT_CLEAN_NAMESPACE 1 |
Functions | |
static void | cleanupDCOP (int dont_kill_dcop, int wait_for_exit) |
static void | cleanupDCOPsocket (const char *socketfile) |
QCString | dcopServerFile (const QCString &hostname, bool old) |
static char * | getDisplay () |
int | main (int argc, char **argv) |
Define Documentation
#define BUFFER_SIZE 4096 |
Definition at line 55 of file dcopserver_shutdown_win.cpp.
#define QT_CLEAN_NAMESPACE 1 |
Definition at line 50 of file dcopserver_shutdown_win.cpp.
Function Documentation
static void cleanupDCOP | ( | int | dont_kill_dcop, | |
int | wait_for_exit | |||
) | [static] |
Definition at line 132 of file dcopserver_shutdown_win.cpp.
static void cleanupDCOPsocket | ( | const char * | socketfile | ) | [static] |
Definition at line 92 of file dcopserver_shutdown_win.cpp.
static char* getDisplay | ( | ) | [static] |
Definition at line 59 of file dcopserver_shutdown_win.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 201 of file dcopserver_shutdown_win.cpp.