1.1 --- a/epoc32/include/stdapis/stlport/using/istream Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/stdapis/stlport/using/istream Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,16 @@
1.4 -istream
1.5 +# include <using/ostream>
1.6 +
1.7 +using _STLP_NEW_IO_NAMESPACE::basic_istream;
1.8 +using _STLP_NEW_IO_NAMESPACE::basic_iostream;
1.9 +
1.10 +using _STLP_NEW_IO_NAMESPACE::istream;
1.11 +using _STLP_NEW_IO_NAMESPACE::iostream;
1.12 +
1.13 +# if !defined (_STLP_NO_NATIVE_WIDE_STREAMS)
1.14 +using _STLP_NEW_IO_NAMESPACE::wistream;
1.15 +using _STLP_NEW_IO_NAMESPACE::wiostream;
1.16 +# endif
1.17 +
1.18 +#if !(defined (_STLP_MSVC) && (_STLP_MSVC < 1200))
1.19 +using _STLP_NEW_IO_NAMESPACE::ws;
1.20 +#endif