Roxen.git
/
server
/
modules
/
examples
/
last.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/examples/last.pike:1:
-
// This is a roxen module. Copyright © 2000 -
2004
, Roxen IS.
+
// This is a roxen module. Copyright © 2000 -
2009
, Roxen IS.
inherit "module"; // All roxen modules must inherit module.pike
-
constant cvs_version = "$Id: last.pike,v 1.
4
2004
/
06
/
30
16
:
58
:
58
mast Exp $";
+
constant cvs_version = "$Id: last.pike,v 1.
5
2009
/
05
/
07
14
:
15
:
54
mast Exp $";
constant module_type = MODULE_LAST; constant module_name = "RefDoc for MODULE_LAST"; constant module_doc = "This module does nothing, but its inlined " "documentation gets imported into the roxen " "programmer manual. You hardly want to add " "this module to your virtual servers."; int seen_requests; mapping|int(0..1) last_resort(RequestID id)