Added cvs header keyword.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@519 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2006-01-25 18:34:11 +00:00
parent f0da0fab8a
commit 5cd8ff71a4
5 changed files with 7 additions and 3 deletions

View file

@ -48,6 +48,8 @@
// longevity 40 30 20 10 // longevity 40 30 20 10
// //
// $Header$
#include <iostream> #include <iostream>
#include <loki/Singleton.h> // for Loki::SingletonHolder #include <loki/Singleton.h> // for Loki::SingletonHolder

View file

@ -10,7 +10,7 @@
// without express or implied warranty. // without express or implied warranty.
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// $Header: // $Header$
// define to test the OrderedStatic template // define to test the OrderedStatic template
#define TEST_ORDERED_STATIC #define TEST_ORDERED_STATIC

View file

@ -9,6 +9,8 @@
// warranty. // warranty.
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// $Header$
#include <loki/SafeFormat.h> #include <loki/SafeFormat.h>
#include <iostream> #include <iostream>
#include <cassert> #include <cassert>

View file

@ -10,7 +10,7 @@
// without express or implied warranty. // without express or implied warranty.
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// $Header: // $Header$
#include <loki/Visitor.h> #include <loki/Visitor.h>
#include <iostream> #include <iostream>

View file

@ -10,7 +10,7 @@
// without express or implied warranty. // without express or implied warranty.
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// $Header: // $Header$
#ifdef _MSC_VER #ifdef _MSC_VER