Annotation of parser3/src/targets/cgi/pa_threads.C, revision 1.4
1.1 parser 1: /** @file
2: Parser: zero Mutex realization class.
3:
4: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.3 parser 5: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
1.1 parser 6:
1.4 ! paf 7: $Id: pa_threads.C,v 1.3 2001/09/26 10:32:26 parser 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: