epoc32/include/stdapis/stlportv5/slist
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 epoc32/include/stdapis/stlport/slist@2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
williamr@2
     1
/*
williamr@2
     2
 * Copyright (c) 1997
williamr@2
     3
 * Silicon Graphics Computer Systems, Inc.
williamr@2
     4
 *
williamr@2
     5
 * Permission to use, copy, modify, distribute and sell this software
williamr@2
     6
 * and its documentation for any purpose is hereby granted without fee,
williamr@2
     7
 * provided that the above copyright notice appear in all copies and
williamr@2
     8
 * that both that copyright notice and this permission notice appear
williamr@2
     9
 * in supporting documentation.  Silicon Graphics makes no
williamr@2
    10
 * representations about the suitability of this software for any
williamr@2
    11
 * purpose.  It is provided "as is" without express or implied warranty.
williamr@2
    12
 *
williamr@2
    13
 */
williamr@2
    14
williamr@2
    15
#ifndef _STLP_SLIST
williamr@2
    16
#define _STLP_SLIST
williamr@2
    17
williamr@2
    18
# ifndef _STLP_OUTERMOST_HEADER_ID
williamr@2
    19
#  define _STLP_OUTERMOST_HEADER_ID 0x58
williamr@2
    20
#  include <stl/_prolog.h>
williamr@2
    21
# endif
williamr@2
    22
williamr@2
    23
# ifdef _STLP_PRAGMA_ONCE
williamr@2
    24
#  pragma once
williamr@2
    25
# endif
williamr@2
    26
williamr@2
    27
#ifndef _STLP_INTERNAL_SLIST_H
williamr@2
    28
# include <stl/_slist.h>
williamr@2
    29
#endif
williamr@2
    30
williamr@2
    31
#if defined (_STLP_WHOLE_VENDOR_STD)
williamr@2
    32
# include _STLP_NATIVE_HEADER(slist)
williamr@2
    33
#endif
williamr@2
    34
williamr@2
    35
# if (_STLP_OUTERMOST_HEADER_ID == 0x58)
williamr@2
    36
#  include <stl/_epilog.h>
williamr@2
    37
#  undef _STLP_OUTERMOST_HEADER_ID
williamr@2
    38
# endif
williamr@2
    39
williamr@2
    40
#endif /* _STLP_SLIST */
williamr@2
    41
williamr@2
    42
// Local Variables:
williamr@2
    43
// mode:C++
williamr@2
    44
// End: