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

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: 
        !             8:        $Id: pa_pool.C,v 1.17 2001/03/23 13:08:11 paf Exp $
        !             9: */
        !            10: 
        !            11: #include "pa_threads.h"
        !            12: 
        !            13: Mutex global_mutex;
        !            14: 
        !            15: Mutex::Mutex() {
        !            16: }
        !            17: 
        !            18: Mutex::~Mutex() {
        !            19: }
        !            20: 
        !            21: void Mutex::acquire() {
        !            22: }
        !            23: 
        !            24: void Mutex::release() {
        !            25: }

E-mail: