Annotation of parser3/src/targets/cgi/pa_threads.C, revision 1.3

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.3     ! parser      7:        $Id:  $
1.1       parser      8: */
                      9: 
                     10: #include "pa_threads.h"
                     11: 
                     12: Mutex global_mutex;
                     13: 
                     14: Mutex::Mutex() {
                     15: }
                     16: 
                     17: Mutex::~Mutex() {
                     18: }
                     19: 
                     20: void Mutex::acquire() {
                     21: }
                     22: 
                     23: void Mutex::release() {
                     24: }

E-mail: