epoc32/include/stdapis/stlport/slist
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/stdapis/stlport/slist	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/slist	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,44 @@
     1.4 -slist
     1.5 +/*
     1.6 + * Copyright (c) 1997
     1.7 + * Silicon Graphics Computer Systems, Inc.
     1.8 + *
     1.9 + * Permission to use, copy, modify, distribute and sell this software
    1.10 + * and its documentation for any purpose is hereby granted without fee,
    1.11 + * provided that the above copyright notice appear in all copies and
    1.12 + * that both that copyright notice and this permission notice appear
    1.13 + * in supporting documentation.  Silicon Graphics makes no
    1.14 + * representations about the suitability of this software for any
    1.15 + * purpose.  It is provided "as is" without express or implied warranty.
    1.16 + *
    1.17 + */
    1.18 +
    1.19 +#ifndef _STLP_SLIST
    1.20 +#define _STLP_SLIST
    1.21 +
    1.22 +# ifndef _STLP_OUTERMOST_HEADER_ID
    1.23 +#  define _STLP_OUTERMOST_HEADER_ID 0x58
    1.24 +#  include <stl/_prolog.h>
    1.25 +# endif
    1.26 +
    1.27 +# ifdef _STLP_PRAGMA_ONCE
    1.28 +#  pragma once
    1.29 +# endif
    1.30 +
    1.31 +#ifndef _STLP_INTERNAL_SLIST_H
    1.32 +# include <stl/_slist.h>
    1.33 +#endif
    1.34 +
    1.35 +#if defined (_STLP_WHOLE_VENDOR_STD)
    1.36 +# include _STLP_NATIVE_HEADER(slist)
    1.37 +#endif
    1.38 +
    1.39 +# if (_STLP_OUTERMOST_HEADER_ID == 0x58)
    1.40 +#  include <stl/_epilog.h>
    1.41 +#  undef _STLP_OUTERMOST_HEADER_ID
    1.42 +# endif
    1.43 +
    1.44 +#endif /* _STLP_SLIST */
    1.45 +
    1.46 +// Local Variables:
    1.47 +// mode:C++
    1.48 +// End: