1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/tools/stlport/rope Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -0,0 +1,44 @@
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 +#if defined (_STLP_NO_EXTENSIONS)
1.30 +/* Comment following if you want to use rope class even if you ask for
1.31 + * no extension.
1.32 + */
1.33 +# error The rope class is a STLport extension.
1.34 +#endif
1.35 +
1.36 +#include <stl/_rope.h>
1.37 +
1.38 +#if (_STLP_OUTERMOST_HEADER_ID == 0x54)
1.39 +# include <stl/_epilog.h>
1.40 +# undef _STLP_OUTERMOST_HEADER_ID
1.41 +#endif
1.42 +
1.43 +#endif /* _STLP_ROPE */
1.44 +
1.45 +// Local Variables:
1.46 +// mode:C++
1.47 +// End: