epoc32/include/stdapis/stlport/slist
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 slist
     1 /*
       
     2  * Copyright (c) 1997
       
     3  * Silicon Graphics Computer Systems, Inc.
       
     4  *
       
     5  * Permission to use, copy, modify, distribute and sell this software
       
     6  * and its documentation for any purpose is hereby granted without fee,
       
     7  * provided that the above copyright notice appear in all copies and
       
     8  * that both that copyright notice and this permission notice appear
       
     9  * in supporting documentation.  Silicon Graphics makes no
       
    10  * representations about the suitability of this software for any
       
    11  * purpose.  It is provided "as is" without express or implied warranty.
       
    12  *
       
    13  */
       
    14 
       
    15 #ifndef _STLP_SLIST
       
    16 #define _STLP_SLIST
       
    17 
       
    18 # ifndef _STLP_OUTERMOST_HEADER_ID
       
    19 #  define _STLP_OUTERMOST_HEADER_ID 0x58
       
    20 #  include <stl/_prolog.h>
       
    21 # endif
       
    22 
       
    23 # ifdef _STLP_PRAGMA_ONCE
       
    24 #  pragma once
       
    25 # endif
       
    26 
       
    27 #ifndef _STLP_INTERNAL_SLIST_H
       
    28 # include <stl/_slist.h>
       
    29 #endif
       
    30 
       
    31 #if defined (_STLP_WHOLE_VENDOR_STD)
       
    32 # include _STLP_NATIVE_HEADER(slist)
       
    33 #endif
       
    34 
       
    35 # if (_STLP_OUTERMOST_HEADER_ID == 0x58)
       
    36 #  include <stl/_epilog.h>
       
    37 #  undef _STLP_OUTERMOST_HEADER_ID
       
    38 # endif
       
    39 
       
    40 #endif /* _STLP_SLIST */
       
    41 
       
    42 // Local Variables:
       
    43 // mode:C++
       
    44 // End: