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

1.1       parser      1: /** @file
                      2:        Parser: zero Mutex realization class.
                      3: 
                      4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
                      5: 
                      6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: */
1.2     ! parser      8: static const char *RCSId="$Id: date.C,v 1.6 2001/09/04 10:50:19 parser Exp $"; 
1.1       parser      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: