Roxen.git/
server/
base_server/
module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-29
1999-11-29 18:50:04 by Per Hedbor <ph@opera.com>
9f2a971fa9b17000401437bd0e05615f91a7ce1b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Use Configuraiton instead of object, to get type checking
Rev: server/base_server/module.pike:1.57
1:
-
/* $Id: module.pike,v 1.
56
1999/11/
22
18:
45
:
07
nilsson
Exp $ */
+
/* $Id: module.pike,v 1.
57
1999/11/
29
18:
50
:
04
per
Exp $ */
#include <module.h> #include <request_trace.h>
54:
fix_cvs(this->cvs_version)+"\n":"")); }
-
static private
object
_my_configuration;
+
static private
Configuration
_my_configuration;
-
object
my_configuration()
+
Configuration
my_configuration()
{ if(_my_configuration) return _my_configuration;