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:
parent
9b473fd7f2
commit
a35442b5d1
53 changed files with 122 additions and 65 deletions
|
@ -10,7 +10,8 @@
|
|||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header$
|
||||
// $Id$
|
||||
|
||||
|
||||
/*
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header:
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "foo.h"
|
||||
#include <iostream>
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
#ifndef LOKI_FOO_H
|
||||
#define LOKI_FOO_H
|
||||
|
||||
// $Header:
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "foo_export.h"
|
||||
|
||||
|
|
|
@ -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)) || \
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
// without express or implied warranty.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Header:
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "singletondll.h"
|
||||
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
#ifndef LOKI_SINGLETONDLL_H
|
||||
#define LOKI_SINGLETONDLL_H
|
||||
|
||||
// $Header:
|
||||
// $Id$
|
||||
|
||||
|
||||
#include "singletondll_export.h"
|
||||
|
||||
|
|
|
@ -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)) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue