Annotation of parser3/src/targets/cgi/pa_threads.C, revision 1.5
1.1 parser 1: /** @file
2: Parser: zero Mutex realization class.
3:
4: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.5 ! paf 5: Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
1.1 parser 6:
1.5 ! paf 7: $Id: pa_threads.C,v 1.4 2001/10/31 11:23:39 paf Exp $
1.1 parser 8: */
9:
10: #include "pa_threads.h"
1.4 paf 11:
12: const bool parser_multithreaded=false;
1.1 parser 13:
14: Mutex global_mutex;
15:
16: Mutex::Mutex() {
17: }
18:
19: Mutex::~Mutex() {
20: }
21:
22: void Mutex::acquire() {
23: }
24:
25: void Mutex::release() {
26: }
E-mail: