Groonga 3.0.9 Source Code Document
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
groonga
vendor
nginx-1.4.2
src
misc
ngx_cpp_test_module.cpp
Go to the documentation of this file.
1
2
// stub module to test header files' C++ compatibilty
3
4
extern
"C"
{
5
#include <
ngx_config.h
>
6
#include <
ngx_core.h
>
7
#include <
ngx_event.h
>
8
#include <
ngx_event_connect.h
>
9
#include <
ngx_event_pipe.h
>
10
11
#include <
ngx_http.h
>
12
13
#include <
ngx_mail.h
>
14
#include <
ngx_mail_pop3_module.h
>
15
#include <
ngx_mail_imap_module.h
>
16
#include <
ngx_mail_smtp_module.h
>
17
}
18
19
// nginx header files should go before other, because they define 64-bit off_t
20
// #include <string>
21
22
23
void
ngx_cpp_test_handler
(
void
*data);
24
25
void
26
ngx_cpp_test_handler
(
void
*data)
27
{
28
return
;
29
}
Generated on Sun Nov 10 2013 09:49:09 for Groonga 3.0.9 Source Code Document by
1.8.1.2