epoc32/include/stdapis/stlport/rope
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/stdapis/stlport/rope	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/rope	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,37 @@
     1.4 -rope
     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 +#ifndef _STLP_ROPE
    1.19 +#define _STLP_ROPE
    1.20 +
    1.21 +# ifndef _STLP_OUTERMOST_HEADER_ID
    1.22 +#  define _STLP_OUTERMOST_HEADER_ID 0x54
    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 +# include <stl/_rope.h>
    1.31 +
    1.32 +# if (_STLP_OUTERMOST_HEADER_ID == 0x54)
    1.33 +#  include <stl/_epilog.h>
    1.34 +#  undef _STLP_OUTERMOST_HEADER_ID
    1.35 +# endif
    1.36 +
    1.37 +#endif /* _STLP_ROPE */
    1.38 +
    1.39 +// Local Variables:
    1.40 +// mode:C++
    1.41 +// End: