Annotation of parser3/src/targets/isapi/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: /// @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: