[8809] Revert "[8799] Implemented thread safe bg queue updates."

This reverts commit 72f7a7ee56c63672faa7786b1d162a7a3b9ab406.

This is temporary revert due to bug in ACE_Thread_Mutex.
Original code itself in commit has no problem.

Conflicts:

	src/shared/revision_nr.h
This commit is contained in:
XTZGZoReX 2009-11-12 16:00:23 +01:00
parent 2ba416f78c
commit ec808c9d3d
5 changed files with 207 additions and 188 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8808"
#define REVISION_NR "8809"
#endif // __REVISION_NR_H__