diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/stdapis/stlportv5/rope --- a/epoc32/include/stdapis/stlportv5/rope Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/stdapis/stlportv5/rope Wed Mar 31 12:33:34 2010 +0100 @@ -14,21 +14,28 @@ #ifndef _STLP_ROPE #define _STLP_ROPE -# ifndef _STLP_OUTERMOST_HEADER_ID +#ifndef _STLP_OUTERMOST_HEADER_ID # define _STLP_OUTERMOST_HEADER_ID 0x54 # include -# endif +#endif -# ifdef _STLP_PRAGMA_ONCE +#ifdef _STLP_PRAGMA_ONCE # pragma once -# endif +#endif -# include +#if defined (_STLP_NO_EXTENSIONS) +/* Comment following if you want to use rope class even if you ask for + * no extension. + */ +# error The rope class is a STLport extension. +#endif -# if (_STLP_OUTERMOST_HEADER_ID == 0x54) +#include + +#if (_STLP_OUTERMOST_HEADER_ID == 0x54) # include # undef _STLP_OUTERMOST_HEADER_ID -# endif +#endif #endif /* _STLP_ROPE */