diff -r 666f914201fb -r 2fe1408b6811 epoc32/include/stdapis/stlport/using/ostream --- a/epoc32/include/stdapis/stlport/using/ostream Tue Nov 24 13:55:44 2009 +0000 +++ b/epoc32/include/stdapis/stlport/using/ostream Tue Mar 16 16:12:26 2010 +0000 @@ -1,1 +1,10 @@ -ostream +using _STLP_NEW_IO_NAMESPACE::basic_ostream; +using _STLP_NEW_IO_NAMESPACE::ostream; + +# ifndef _STLP_NO_WIDE_STREAMS +using _STLP_NEW_IO_NAMESPACE::wostream; +# endif + +using _STLP_NEW_IO_NAMESPACE::endl; +using _STLP_NEW_IO_NAMESPACE::ends; +using _STLP_NEW_IO_NAMESPACE::flush;