Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-04-17
2002-04-17 14:38:13 by Marcus Wellhardh <wellhard@roxen.com>
ea262c803db5cee8e2712e5a4809db8b57a42c40 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Updated ModuleInfo with config_locked mapping
Rev: server/base_server/prototypes.pike:1.50
5:
#include <config.h> #include <module.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
49
2002/04/
09
11
:
28
:
25
wellhard Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
50
2002/04/
17
14
:
38
:
13
wellhard Exp $";
class Variable {
112:
int last_checked; int type, multiple_copies;
+
int|string locked;
+
mapping(Configuration:int) config_locked;
string get_name(); string get_description();