subversion uses Id instead of Header

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@760 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 20:36:13 +00:00
parent 9b473fd7f2
commit a35442b5d1
53 changed files with 122 additions and 65 deletions

View file

@ -40,7 +40,7 @@
for how well your compiler can handle Loki.
*/
// $Header$
// $Id$
// ----------------------------------------------------------------------------

View file

@ -11,7 +11,8 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
// $Id$
//#define LOKI_CLASS_LEVEL_THREADING
//#define LOKI_OBJECT_LEVEL_THREADING

View file

@ -11,7 +11,7 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
// $Id$
#include <loki/SmallObj.h>

View file

@ -9,12 +9,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
#ifndef LOKI_TEST_TIMER_H
#define LOKI_TEST_TIMER_H
// $Id$
#include <ctime>
#include <iostream>