epoc32/include/stdapis/stlport/rope
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/rope	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,37 @@
     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 +#ifndef _STLP_ROPE
    1.18 +#define _STLP_ROPE
    1.19 +
    1.20 +# ifndef _STLP_OUTERMOST_HEADER_ID
    1.21 +#  define _STLP_OUTERMOST_HEADER_ID 0x54
    1.22 +#  include <stl/_prolog.h>
    1.23 +# endif
    1.24 +
    1.25 +# ifdef _STLP_PRAGMA_ONCE
    1.26 +#  pragma once
    1.27 +# endif
    1.28 +
    1.29 +# include <stl/_rope.h>
    1.30 +
    1.31 +# if (_STLP_OUTERMOST_HEADER_ID == 0x54)
    1.32 +#  include <stl/_epilog.h>
    1.33 +#  undef _STLP_OUTERMOST_HEADER_ID
    1.34 +# endif
    1.35 +
    1.36 +#endif /* _STLP_ROPE */
    1.37 +
    1.38 +// Local Variables:
    1.39 +// mode:C++
    1.40 +// End: