subversion uses Id instead of Header

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@755 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 20:02:15 +00:00
parent b831f56c1f
commit 73798da9f5
6 changed files with 10 additions and 7 deletions

View file

@ -10,7 +10,8 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
// $Id$
#include <loki/OrderedStatic.h>
#include <limits>

View file

@ -10,7 +10,8 @@
// warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
// $Id$
#include <loki/SafeFormat.h>

View file

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

View file

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

View file

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

View file

@ -10,9 +10,8 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
// $Id$
// ----------------------------------------------------------------------------
#include <loki/StrongPtr.h>