1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/tools/stlport/using/iostream Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -0,0 +1,14 @@
1.4 +
1.5 +# include <using/istream>
1.6 +
1.7 +using _STLP_VENDOR_STD::cin;
1.8 +using _STLP_VENDOR_STD::cout;
1.9 +using _STLP_VENDOR_STD::cerr;
1.10 +using _STLP_VENDOR_STD::clog;
1.11 +
1.12 +# if ! defined (_STLP_NO_WIDE_STREAMS)
1.13 +using _STLP_VENDOR_STD::wcin;
1.14 +using _STLP_VENDOR_STD::wcout;
1.15 +using _STLP_VENDOR_STD::wcerr;
1.16 +using _STLP_VENDOR_STD::wclog;
1.17 +# endif