dcop
dcopstart.cpp File Reference
#include "../kdatastream.h"
#include "../dcopclient.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <qstringlist.h>
Include dependency graph for dcopstart.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | startApp (const char *_app, int argc, const char **args) |
Variables | |
static DCOPClient * | dcop = 0 |
Function Documentation
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 81 of file dcopstart.cpp.
void startApp | ( | const char * | _app, | |
int | argc, | |||
const char ** | args | |||
) |
Definition at line 33 of file dcopstart.cpp.
Variable Documentation
DCOPClient* dcop = 0 [static] |
Definition at line 31 of file dcopstart.cpp.