File:  [parser3project] / parser3 / src / targets / cgi / Attic / pa_threads.C
Revision 1.15: download - view: text, annotated - select for diffs - revision graph
Wed Feb 11 15:33:17 2004 UTC (22 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_5, release_3_1_4, release_3_1_3, release_3_1_2, HEAD
2004

/** @file
	Parser: zero Mutex realization class.

	Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com)
	Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
*/

static const char * const IDENT_THREADS_C="$Date: 2004/02/11 15:33:17 $";

#include "pa_threads.h"

const bool parser_multithreaded=false;

pa_thread_t pa_get_thread_id() { return 1; }

Mutex global_mutex;

Mutex::Mutex() {
}

Mutex::~Mutex() {
}

void Mutex::acquire() {
}

void Mutex::release() {
}

E-mail: