author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@4 | 1 |
/* |
williamr@4 | 2 |
* Copyright (c) 1997 |
williamr@4 | 3 |
* Silicon Graphics Computer Systems, Inc. |
williamr@4 | 4 |
* |
williamr@4 | 5 |
* Permission to use, copy, modify, distribute and sell this software |
williamr@4 | 6 |
* and its documentation for any purpose is hereby granted without fee, |
williamr@4 | 7 |
* provided that the above copyright notice appear in all copies and |
williamr@4 | 8 |
* that both that copyright notice and this permission notice appear |
williamr@4 | 9 |
* in supporting documentation. Silicon Graphics makes no |
williamr@4 | 10 |
* representations about the suitability of this software for any |
williamr@4 | 11 |
* purpose. It is provided "as is" without express or implied warranty. |
williamr@4 | 12 |
* |
williamr@4 | 13 |
*/ |
williamr@4 | 14 |
|
williamr@4 | 15 |
#ifndef _STLP_SLIST |
williamr@4 | 16 |
#define _STLP_SLIST |
williamr@4 | 17 |
|
williamr@4 | 18 |
#ifndef _STLP_OUTERMOST_HEADER_ID |
williamr@4 | 19 |
# define _STLP_OUTERMOST_HEADER_ID 0x58 |
williamr@4 | 20 |
# include <stl/_prolog.h> |
williamr@4 | 21 |
#endif |
williamr@4 | 22 |
|
williamr@4 | 23 |
#ifdef _STLP_PRAGMA_ONCE |
williamr@4 | 24 |
# pragma once |
williamr@4 | 25 |
#endif |
williamr@4 | 26 |
|
williamr@4 | 27 |
#if defined (_STLP_NO_EXTENSIONS) |
williamr@4 | 28 |
/* Comment following if you want to use the slist constainer even if you ask for |
williamr@4 | 29 |
* no extension. |
williamr@4 | 30 |
*/ |
williamr@4 | 31 |
# error The slist class is an STLport extension. |
williamr@4 | 32 |
#endif |
williamr@4 | 33 |
|
williamr@4 | 34 |
#ifndef _STLP_INTERNAL_SLIST_H |
williamr@4 | 35 |
# include <stl/_slist.h> |
williamr@4 | 36 |
#endif |
williamr@4 | 37 |
|
williamr@4 | 38 |
#if defined (_STLP_IMPORT_VENDOR_STD) |
williamr@4 | 39 |
//This is not a Standard header, it might failed for most of |
williamr@4 | 40 |
//the compilers so we comment it for the moment. Should be uncommented |
williamr@4 | 41 |
//on a compiler basis. |
williamr@4 | 42 |
//# include _STLP_NATIVE_HEADER(slist) |
williamr@4 | 43 |
#endif |
williamr@4 | 44 |
|
williamr@4 | 45 |
#if (_STLP_OUTERMOST_HEADER_ID == 0x58) |
williamr@4 | 46 |
# include <stl/_epilog.h> |
williamr@4 | 47 |
# undef _STLP_OUTERMOST_HEADER_ID |
williamr@4 | 48 |
#endif |
williamr@4 | 49 |
|
williamr@4 | 50 |
#endif /* _STLP_SLIST */ |
williamr@4 | 51 |
|
williamr@4 | 52 |
// Local Variables: |
williamr@4 | 53 |
// mode:C++ |
williamr@4 | 54 |
// End: |