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

@ -10,7 +10,8 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
// $Id$
/*

View file

@ -10,7 +10,8 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header:
// $Id$
#include "foo.h"
#include <iostream>

View file

@ -12,7 +12,8 @@
#ifndef LOKI_FOO_H
#define LOKI_FOO_H
// $Header:
// $Id$
#include "foo_export.h"

View file

@ -12,6 +12,9 @@
#ifndef FOO_FOO_EXPORT_H
#define FOO_FOO_EXPORT_H
// $Id$
#include <loki/LokiExport.h>
#if (defined(FOO_MAKE_DLL) && defined(FOO_DLL)) || \

View file

@ -10,7 +10,8 @@
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header:
// $Id$
#include "singletondll.h"

View file

@ -12,7 +12,8 @@
#ifndef LOKI_SINGLETONDLL_H
#define LOKI_SINGLETONDLL_H
// $Header:
// $Id$
#include "singletondll_export.h"

View file

@ -12,6 +12,9 @@
#ifndef SINGLETONDLL_SINGLETONDLL_EXPORT_H
#define SINGLETONDLL_SINGLETONDLL_EXPORT_H
// $Id$
#include <loki/LokiExport.h>
#if (defined(SINGLETONDLL_MAKE_DLL) && defined(SINGLETONDLL_DLL)) || \