Annotation of parser3/src/targets/isapi/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: /// @test really?
13: const bool parser_multithreaded=false;
1.1 parser 14:
15: Mutex global_mutex;
16:
17: Mutex::Mutex() {
18: }
19:
20: Mutex::~Mutex() {
21: }
22:
23: void Mutex::acquire() {
24: }
25:
26: void Mutex::release() {
27: }
E-mail: