From 73798da9f56b1fdccaacc3a94277f9d6ea215995 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 17 Oct 2006 20:02:15 +0000 Subject: [PATCH] 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 --- src/OrderedStatic.cpp | 3 ++- src/SafeFormat.cpp | 3 ++- src/Singleton.cpp | 3 ++- src/SmallObj.cpp | 2 +- src/SmartPtr.cpp | 3 ++- src/StrongPtr.cpp | 3 +-- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/OrderedStatic.cpp b/src/OrderedStatic.cpp index 6436b26..b8f352f 100644 --- a/src/OrderedStatic.cpp +++ b/src/OrderedStatic.cpp @@ -10,7 +10,8 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// $Header$ +// $Id$ + #include #include diff --git a/src/SafeFormat.cpp b/src/SafeFormat.cpp index 0b02cc7..4afcb9d 100644 --- a/src/SafeFormat.cpp +++ b/src/SafeFormat.cpp @@ -10,7 +10,8 @@ // warranty. //////////////////////////////////////////////////////////////////////////////// -// $Header$ +// $Id$ + #include diff --git a/src/Singleton.cpp b/src/Singleton.cpp index 8b2f51d..2b163a5 100644 --- a/src/Singleton.cpp +++ b/src/Singleton.cpp @@ -13,7 +13,8 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// $Header$ +// $Id$ + #include diff --git a/src/SmallObj.cpp b/src/SmallObj.cpp index 5f8f876..0211923 100644 --- a/src/SmallObj.cpp +++ b/src/SmallObj.cpp @@ -13,7 +13,7 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// $Header$ +// $Id$ #include diff --git a/src/SmartPtr.cpp b/src/SmartPtr.cpp index 38ebf37..bb5f494 100644 --- a/src/SmartPtr.cpp +++ b/src/SmartPtr.cpp @@ -14,7 +14,8 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// $Header$ +// $Id$ + #include diff --git a/src/StrongPtr.cpp b/src/StrongPtr.cpp index b0812d1..e993487 100644 --- a/src/StrongPtr.cpp +++ b/src/StrongPtr.cpp @@ -10,9 +10,8 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// $Header$ +// $Id$ -// ---------------------------------------------------------------------------- #include