change default to single threading

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@204 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-08-10 18:13:13 +00:00
parent 4c52365bd8
commit 125f346221

View file

@ -20,7 +20,7 @@
#endif
//#define CLASS_LEVEL_THREADING
#define OBJECT_LEVEL_THREADING
//#define OBJECT_LEVEL_THREADING
// Some platforms might have difficulty with this
// Need to ifdef around those cases.
@ -109,6 +109,9 @@ return result;
// $Log$
// Revision 1.16 2005/08/10 18:13:13 syntheticpp
// change default to single threading
//
// Revision 1.15 2005/07/31 14:00:48 syntheticpp
// make object level threading possible
//