subversion uses $ instead of $

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@747 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:48:40 +00:00
parent 53243f77ea
commit ea94f38878
7 changed files with 21 additions and 21 deletions

View file

@ -9,6 +9,11 @@
// for any purpose. It is provided "as is" without express or implied
// warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SAFEFORMAT_INC_
#define LOKI_SAFEFORMAT_INC_
// $Id$
////////////////////////////////////////////////////////////////////////////////
// This file contains definitions for SafePrintf. SafeScanf coming soon (the
@ -16,11 +21,6 @@
// See Alexandrescu, Andrei: Type-safe Formatting, C/C++ Users Journal, Aug 2005
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SAFEFORMAT_H_
#define LOKI_SAFEFORMAT_H_
// $Header$
#include <cstdio>
#include <string>
#include <stdexcept>

View file

@ -12,10 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SCOPEGUARD_H_
#define LOKI_SCOPEGUARD_H_
#ifndef LOKI_SCOPEGUARD_INC_
#define LOKI_SCOPEGUARD_INC_
// $Id$
// $Header$
#include <loki/RefToValue.h>

View file

@ -9,12 +9,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SEQUENCE_INC_
#define LOKI_SEQUENCE_INC_
// $Header$
// $Id$
#include "Typelist.h"

View file

@ -12,11 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SINGLETON_INC_
#define LOKI_SINGLETON_INC_
// $Header$
// $Id$
#include "LokiExport.h"
#include "Threads.h"

View file

@ -12,13 +12,12 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
#ifndef LOKI_SMALLOBJ_INC_
#define LOKI_SMALLOBJ_INC_
// $Id$
#include "LokiExport.h"
#include "Threads.h"
#include "Singleton.h"

View file

@ -12,11 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_SMARTPTR_INC_
#define LOKI_SMARTPTR_INC_
// $Id$
#ifndef LOKI_SMARTPTR_INC_
#define LOKI_SMARTPTR_INC_
/// \defgroup SmartPointerGroup Smart pointers
/// Policy based implementation of a smart pointer

View file

@ -11,10 +11,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_STRONG_PTR_INC_
#define LOKI_STRONG_PTR_INC_
// $Id$
#ifndef LOKI_STRONG_PTR_H
#define LOKI_STRONG_PTR_H
#include <loki/SmartPtr.h>
#if defined (LOKI_OBJECT_LEVEL_THREADING) || defined (LOKI_CLASS_LEVEL_THREADING)