|
|
$status:db fixed used not initialized in db_connection & db_table
/** @file
Parser: zero Mutex realization class.
Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
$Id: pa_threads.C,v 1.5 2001/11/05 11:46:30 paf Exp $
*/
#include "pa_threads.h"
const bool parser_multithreaded=false;
Mutex global_mutex;
Mutex::Mutex() {
}
Mutex::~Mutex() {
}
void Mutex::acquire() {
}
void Mutex::release() {
}