#include "oqwsserver.h"#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <syslog.h>#include <stdio.h>Include dependency graph for main.cpp:

Go to the source code of this file.
Defines | |
| #define | APPNAME "op-qws" |
Functions | |
| void | toSyslog (QtMsgType type, const char *msg) |
| int | daemon_init (void) |
| int | main (int argc, char **argv) |
|
|
|
|
|
Definition at line 31 of file main.cpp. References pid. Referenced by main(). |
|
||||||||||||
|
Definition at line 53 of file main.cpp. References APPNAME, daemon_init(), QPEApplication::exec(), and toSyslog(). |
|
||||||||||||
|
Definition at line 14 of file main.cpp. Referenced by main(). |
1.4.2