![]() |
ROOT
6.06/09
Reference Guide
|
#include "TFastCgi.h"#include "TThread.h"#include "TUrl.h"#include "THttpServer.h"#include <string.h>#include <unistd.h>#include "fcgiapp.h"#include <stdlib.h>
Include dependency graph for TFastCgi.cxx:Go to the source code of this file.
Functions | |
| void | FCGX_ROOT_send_file (FCGX_Request *request, const char *fname) |
| ClassImp (TFastCgi) TFastCgi | |
| normal constructor More... | |
| ClassImp | ( | TFastCgi | ) |
normal constructor
Definition at line 92 of file TFastCgi.cxx.
| void FCGX_ROOT_send_file | ( | FCGX_Request * | request, |
| const char * | fname | ||
| ) |
Definition at line 24 of file TFastCgi.cxx.
Referenced by TFastCgi::run_func().