epoc32/include/stdapis/stlport/using/iostream
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/stdapis/stlport/using/iostream	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/using/iostream	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,14 @@
     1.4 -iostream
     1.5 +
     1.6 +# include <using/istream>
     1.7 +
     1.8 +using _STLP_VENDOR_STD::cin;
     1.9 +using _STLP_VENDOR_STD::cout;
    1.10 +using _STLP_VENDOR_STD::cerr;
    1.11 +using _STLP_VENDOR_STD::clog;
    1.12 +
    1.13 +# if ! defined (_STLP_NO_WIDE_STREAMS)
    1.14 +using _STLP_VENDOR_STD::wcin;
    1.15 +using _STLP_VENDOR_STD::wcout;
    1.16 +using _STLP_VENDOR_STD::wcerr;
    1.17 +using _STLP_VENDOR_STD::wclog;
    1.18 +# endif