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:
parent
4c52365bd8
commit
125f346221
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue