1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/stlport/stl/msl_string.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -0,0 +1,42 @@
1.4 +/*
1.5 + * Copyright (c) 1998
1.6 + * Mark of the Unicorn, 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. Mark of the Unicorn, Inc. 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 +#if defined( _STLP_USE_MSIPL ) && !defined( _STLP_MSL_STRING_H_ )
1.18 +#define _STLP_MSL_STRING_H_
1.19 +
1.20 +//# define char_traits __msl_char_traits
1.21 +# define basic_string __msl_basic_string
1.22 +# define b_str_ref __msl_b_str_ref
1.23 +# define basic_istream __msl_basic_istream
1.24 +# define basic_ostream __msl_basic_ostream
1.25 +# define string __msl_string
1.26 +# define wstring __msl_wstring
1.27 +# define iterator_traits __msl_iterator_traits
1.28 +
1.29 +namespace std
1.30 +{
1.31 + template<class charT, class traits> class basic_istream;
1.32 + template<class charT, class traits> class basic_ostream;
1.33 +}
1.34 +
1.35 +# include _STLP_NATIVE_HEADER(string)
1.36 +// # undef char_traits
1.37 +# undef basic_string
1.38 +# undef b_str_ref
1.39 +# undef basic_istream
1.40 +# undef basic_ostream
1.41 +# undef string
1.42 +# undef wstring
1.43 +# undef iterator_traits
1.44 +
1.45 +#endif