⚲
Project
General
Profile
Sign in
Register
Home
Projects
Donate
Help
Search
:
Lighttpd
All Projects
Lighttpd
Overview
Activity
Roadmap
Issues
News
Wiki
Forums
Repository
Blog
Developer Blog
Download (301 Bytes)
CppHelperClasses
» mod_blank.cpp
hazzadous
, 2009-04-08 00:42
#include
"mod_blank.hpp"
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
mod_blank
::
mod_blank
(
plugin
&
p
)
:
Plugin
<
mod_blank
>
(
"blank"
,
1
,
p
),
some_string
(
"some_string"
),
some_int
(
"some_int"
),
some_bool
(
"some_bool"
),
some_short
(
"some_short"
)
{}
MAKE_PLUGIN
(
mod_blank
);
« Previous
1
…
6
7
8
9
10
Next »
(8-8/10)
Loading...