~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[plugin]
title=User Locks.
description=Provides lock functions to users.
load_by_default=yes
sources= 
  get_lock.cc
  get_locks.cc
  is_free_lock.cc
  is_used_lock.cc
  key.cc
  locks.cc
  module.cc
  release_lock.cc
  release_locks.cc
  user_locks_dictionary.cc
headers=
  get_lock.h
  get_locks.h
  is_free_lock.h
  is_used_lock.h
  key.h
  lock_storage.h
  locks.h
  module.h
  release_lock.h
  release_locks.h
  user_locks_dictionary.h
static=yes