epoc32/include/tools/stlport/using/ostream
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/tools/stlport/using/ostream	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +using _STLP_NEW_IO_NAMESPACE::basic_ostream;
     1.5 +using _STLP_NEW_IO_NAMESPACE::ostream;
     1.6 +
     1.7 +# ifndef _STLP_NO_WIDE_STREAMS
     1.8 +using _STLP_NEW_IO_NAMESPACE::wostream;
     1.9 +# endif
    1.10 +
    1.11 +using _STLP_NEW_IO_NAMESPACE::endl;
    1.12 +using _STLP_NEW_IO_NAMESPACE::ends;
    1.13 +using _STLP_NEW_IO_NAMESPACE::flush;