git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@761 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 20:48:18 +00:00
parent a35442b5d1
commit da502b99be
11 changed files with 1 additions and 267 deletions

View file

@ -102,17 +102,3 @@ namespace Loki
#endif
// $Log$
// Revision 1.5 2006/06/08 19:15:27 lfittl
// - Simplify some threading code by not saving the return status
// (also fixes 2 gcc warnings)
//
// Revision 1.4 2006/01/21 14:11:59 syntheticpp
// remove gcc warnings
//
// Revision 1.3 2006/01/21 01:02:58 rich_sposato
// Moved Mutex class into Loki library.
//
// Revision 1.2 2006/01/19 19:36:09 rich_sposato
// Added functions to Mutex class.
//