Roxen.git
/
server
/
modules
/
examples
/
location.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/examples/location.pike:1:
// This is a roxen module. Copyright © 2000 - 2009, Roxen IS. #include <module.h> inherit "module"; // All roxen modules must inherit module.pike constant cvs_version = "$Id$";
-
constant module_type = MODULE_LOCATION;
+
constant module_type = MODULE_LOCATION
|MODULE_EXPERIMENTAL
;
constant module_name = "RefDoc for MODULE_LOCATION"; constant module_doc = "This module does nothing, but its inlined " "documentation gets imported into the roxen " "programmer manual. You really don't want to " "add this module to your virtual server, promise!"; // see common_api.pike for further explanations of the above constants void create() {