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