diff -r 666f914201fb -r 2fe1408b6811 epoc32/include/stdapis/stlport/using/iostream --- a/epoc32/include/stdapis/stlport/using/iostream Tue Nov 24 13:55:44 2009 +0000 +++ b/epoc32/include/stdapis/stlport/using/iostream Tue Mar 16 16:12:26 2010 +0000 @@ -1,1 +1,14 @@ -iostream + +# include + +using _STLP_VENDOR_STD::cin; +using _STLP_VENDOR_STD::cout; +using _STLP_VENDOR_STD::cerr; +using _STLP_VENDOR_STD::clog; + +# if ! defined (_STLP_NO_WIDE_STREAMS) +using _STLP_VENDOR_STD::wcin; +using _STLP_VENDOR_STD::wcout; +using _STLP_VENDOR_STD::wcerr; +using _STLP_VENDOR_STD::wclog; +# endif