subversion uses $ instead of $
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@749 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6ff056624a
commit
7a5fd28c6f
5 changed files with 14 additions and 26 deletions
|
@ -12,15 +12,11 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
#ifndef LOKI_THREADS_INC_
|
||||||
|
#define LOKI_THREADS_INC_
|
||||||
|
|
||||||
#ifndef LOKI_THREADS_H_
|
// $Id$
|
||||||
#define LOKI_THREADS_H_
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
/// @defgroup ThreadingGroup Threading
|
/// @defgroup ThreadingGroup Threading
|
||||||
/// Policies to for the threading model:
|
/// Policies to for the threading model:
|
||||||
|
|
|
@ -12,14 +12,12 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Last update, July 26, 2005
|
|
||||||
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
#ifndef LOKI_TYPEMANIP_INC_
|
#ifndef LOKI_TYPEMANIP_INC_
|
||||||
#define LOKI_TYPEMANIP_INC_
|
#define LOKI_TYPEMANIP_INC_
|
||||||
|
|
||||||
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
namespace Loki
|
namespace Loki
|
||||||
{
|
{
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef LOKI_TYPETRAITS_INC_
|
#ifndef LOKI_TYPETRAITS_INC_
|
||||||
#define LOKI_TYPETRAITS_INC_
|
#define LOKI_TYPETRAITS_INC_
|
||||||
|
|
||||||
// $Header$
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
#include "Typelist.h"
|
#include "Typelist.h"
|
||||||
#include "Sequence.h"
|
#include "Sequence.h"
|
||||||
|
|
|
@ -12,15 +12,12 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// Last update: October 10, 2002
|
|
||||||
//Reference
|
|
||||||
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
#ifndef LOKI_TYPELIST_INC_
|
#ifndef LOKI_TYPELIST_INC_
|
||||||
#define LOKI_TYPELIST_INC_
|
#define LOKI_TYPELIST_INC_
|
||||||
|
|
||||||
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
#include "NullType.h"
|
#include "NullType.h"
|
||||||
#include "TypeManip.h"
|
#include "TypeManip.h"
|
||||||
#include "TypelistMacros.h"
|
#include "TypelistMacros.h"
|
||||||
|
|
|
@ -12,16 +12,13 @@
|
||||||
// suitability of this software for any purpose. It is provided "as is"
|
// suitability of this software for any purpose. It is provided "as is"
|
||||||
// without express or implied warranty.
|
// without express or implied warranty.
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
//Reference
|
|
||||||
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
#ifndef LOKI_TYPELISTMACROS_INC_
|
#ifndef LOKI_TYPELISTMACROS_INC_
|
||||||
#define LOKI_TYPELISTMACROS_INC_
|
#define LOKI_TYPELISTMACROS_INC_
|
||||||
|
|
||||||
//#define LOKI_DISABLE_TYPELIST_MACROS
|
// $Id$
|
||||||
|
|
||||||
|
|
||||||
|
//#define LOKI_DISABLE_TYPELIST_MACROS
|
||||||
#ifndef LOKI_DISABLE_TYPELIST_MACROS
|
#ifndef LOKI_DISABLE_TYPELIST_MACROS
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in a new issue