epoc32/include/stdapis/stlport/using/ostream
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/stdapis/stlport/using/ostream	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/using/ostream	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,10 @@
     1.4 -ostream
     1.5 +using _STLP_NEW_IO_NAMESPACE::basic_ostream;
     1.6 +using _STLP_NEW_IO_NAMESPACE::ostream;
     1.7 +
     1.8 +# ifndef _STLP_NO_WIDE_STREAMS
     1.9 +using _STLP_NEW_IO_NAMESPACE::wostream;
    1.10 +# endif
    1.11 +
    1.12 +using _STLP_NEW_IO_NAMESPACE::endl;
    1.13 +using _STLP_NEW_IO_NAMESPACE::ends;
    1.14 +using _STLP_NEW_IO_NAMESPACE::flush;