subversion uses $ instead of $

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@751 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:50:37 +00:00
parent 3a9f56e73f
commit d7111eb063
16 changed files with 45 additions and 48 deletions

View file

@ -12,13 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// Last update: June 20, 2001
#ifndef LOKI_ABSTRACTFACTORY_INC_
#define LOKI_ABSTRACTFACTORY_INC_
// $Header$
// $Id$
#include "Typelist.h"
#include "Sequence.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_ASSOCVECTOR_INC_
#define LOKI_ASSOCVECTOR_INC_
// $Header$
// $Id$
#include <algorithm>
#include <functional>

View file

@ -17,9 +17,11 @@
// Patterns Applied". Copyright (c) 2001. Addison-Wesley.
//
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_CACHEDFACTORY_INC_
#define LOKI_CACHEDFACTORY_INC_
// $Id$
#ifndef LOKI_CACHEDFACTORY_H_
#define LOKI_CACHEDFACTORY_H_
#include <vector>
#include <iterator>

View file

@ -10,11 +10,10 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_CONST_POLICY_INC_
#define LOKI_CONST_POLICY_INC_
// $Header$
// $Id$
namespace Loki

View file

@ -9,13 +9,11 @@
// The author makes no representations about the suitability of this software
// for any purpose. It is provided "as is" without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_DATAGENERATORS_INC_
#define LOKI_DATAGENERATORS_INC_
// Last update: Oct 10, 2002
// $Id$
#ifndef LOKI_DATAGENERATORS_H
#define LOKI_DATAGENERATORS_H
// $Header$
#include "Typelist.h"

View file

@ -12,13 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// Last update: June 20, 2001
#ifndef LOKI_EMPTYTYPE_INC_
#define LOKI_EMPTYTYPE_INC_
// $Header$
// $Id$
namespace Loki
{

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_HIERARCHYGENERATORS_INC_
#define LOKI_HIERARCHYGENERATORS_INC_
// $Header$
// $Id$
#include "Typelist.h"
#include "TypeTraits.h"

View file

@ -17,9 +17,11 @@
// Patterns Applied". Copyright (c) 2001. Addison-Wesley.
//
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_KEY_INC_
#define LOKI_KEY_INC_
// $Id$
#ifndef LOKI_KEY_H_
#define LOKI_KEY_H_
#include <loki/Factory.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_MULTIMETHODS_INC_
#define LOKI_MULTIMETHODS_INC_
// $Header$
// $Id$
#include "Typelist.h"
#include "LokiTypeInfo.h"

View file

@ -12,13 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// Last update: November 22, 2001
#ifndef LOKI_NULLTYPE_INC_
#define LOKI_NULLTYPE_INC_
// $Header$
// $Id$
namespace Loki
{

View file

@ -9,11 +9,10 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_ORDEREDSTATIC_INC_
#define LOKI_ORDEREDSTATIC_INC_
#ifndef LOKI_ORDEREDSTATIC_H_
#define LOKI_ORDEREDSTATIC_H_
// $Header$
// $Id$
#include <vector>

View file

@ -9,10 +9,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_PIMPL_H
#define LOKI_PIMPL_H
#ifndef LOKI_PIMPL_INC_
#define LOKI_PIMPL_INC_
// $Id$
// $Header$
/// \defgroup PimplGroup Pimpl

View file

@ -10,8 +10,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
#ifndef LOKI_REFTOVALUE_H
#define LOKI_REFTOVALUE_H
#ifndef LOKI_REFTOVALUE_INC_
#define LOKI_REFTOVALUE_INC_
// $Id$
namespace Loki
{

View file

@ -12,7 +12,8 @@
#ifndef LOKI_REGISTER_INC_
#define LOKI_REGISTER_INC_
// $Header$
// $Id$
#include "TypeManip.h"
#include "HierarchyGenerators.h"

View file

@ -12,14 +12,14 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// $Header$
/// \defgroup VisitorGroup Visitor
#ifndef LOKI_VISITOR_INC_
#define LOKI_VISITOR_INC_
// $Id$
/// \defgroup VisitorGroup Visitor
#include "Typelist.h"
#include "HierarchyGenerators.h"

View file

@ -12,13 +12,11 @@
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
////////////////////////////////////////////////////////////////////////////////
// Last update: June 20, 2001
#ifndef LOKI_STATIC_CHECK_INC_
#define LOKI_STATIC_CHECK_INC_
// $Header$
// $Id$
namespace Loki
{