make object level threading possible

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@201 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-07-31 14:00:48 +00:00
parent 7382c3dde0
commit 687c3682a7
6 changed files with 27 additions and 20 deletions

View file

@ -19,7 +19,8 @@
# pragma warning(disable: 4018 4097 4100 4213 4290 4512 4514 4700 4702 4710 4786 4800)
#endif
#define CLASS_LEVEL_THREADING
//#define CLASS_LEVEL_THREADING
#define OBJECT_LEVEL_THREADING
// Some platforms might have difficulty with this
// Need to ifdef around those cases.
@ -108,7 +109,9 @@ return result;
// $Log$
// Revision 1.15 2005/07/31 14:00:48 syntheticpp
// make object level threading possible
//
// Revision 1.14 2005/07/28 14:26:10 syntheticpp
// add cvs Header/Log
//