Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-29
2001-01-29 05:48:18 by Per Hedbor <ph@opera.com>
8ea2013a91578e88dc994a192439823406bb8809 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
All user database modules must be thread safe
Rev: server/base_server/prototypes.pike:1.10
1:
#include <stat.h> #include <config.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
9
2001/01/
19
21
:
21
:
04
per Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
10
2001/01/
29
05
:
48
:
18
per Exp $";
class Variable {
832:
{ inherit RoxenModule; constant module_type = MODULE_USERDB;
+
constant thread_safe=1;
constant name = "db name";