diff --git a/src/OrderedStatic.cpp b/src/OrderedStatic.cpp index 9be6c60..02ed500 100755 --- a/src/OrderedStatic.cpp +++ b/src/OrderedStatic.cpp @@ -10,7 +10,7 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// -// $Header: +// $Header$ #include #include @@ -71,3 +71,7 @@ namespace Loki }//namespace Loki +// $Log$ +// Revision 1.5 2006/01/16 20:59:53 rich_sposato +// Added cvs keywords. +// diff --git a/src/SafeFormat.cpp b/src/SafeFormat.cpp index c9c0921..f5888d1 100755 --- a/src/SafeFormat.cpp +++ b/src/SafeFormat.cpp @@ -10,6 +10,7 @@ // warranty. //////////////////////////////////////////////////////////////////////////////// +// $Header$ #include @@ -68,3 +69,7 @@ namespace Loki }// namespace Loki +// $Log$ +// Revision 1.2 2006/01/16 20:59:53 rich_sposato +// Added cvs keywords. +// diff --git a/src/Singleton.cpp b/src/Singleton.cpp index ca6e747..8b2f51d 100644 --- a/src/Singleton.cpp +++ b/src/Singleton.cpp @@ -13,6 +13,8 @@ // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// +// $Header$ + #include @@ -76,3 +78,8 @@ void LOKI_C_CALLING_CONVENTION_QUALIFIER Loki::Private::AtExitFn() // Eike Petersen // May 08, 2002: Refixed bug in call to realloc //////////////////////////////////////////////////////////////////////////////// + +// $Log$ +// Revision 1.7 2006/01/16 20:59:53 rich_sposato +// Added cvs keywords. +//