epoc32/include/stdapis/stlport/using/h/iostream.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/stdapis/stlport/using/h/iostream.h	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/using/h/iostream.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,24 @@
     1.4 -iostream.h
     1.5 +using _STLP_OLD_IO_NAMESPACE::istream;
     1.6 +using _STLP_OLD_IO_NAMESPACE::ostream;
     1.7 +
     1.8 +/* HP aCC include files re-define these when THREAD_SAFE */
     1.9 +#if !defined(cin)
    1.10 +using _STLP_OLD_IO_NAMESPACE::cin;
    1.11 +#endif
    1.12 +#if !defined(cout)
    1.13 +using _STLP_OLD_IO_NAMESPACE::cout;
    1.14 +#endif
    1.15 +#if !defined(cerr)
    1.16 +using _STLP_OLD_IO_NAMESPACE::cerr;
    1.17 +#endif
    1.18 +#if !defined(clog)
    1.19 +using _STLP_OLD_IO_NAMESPACE::clog;
    1.20 +#endif
    1.21 +
    1.22 +using _STLP_OLD_IO_NAMESPACE::endl;
    1.23 +using _STLP_OLD_IO_NAMESPACE::ends;
    1.24 +
    1.25 +using _STLP_OLD_IO_NAMESPACE::ios;
    1.26 +using _STLP_OLD_IO_NAMESPACE::flush;
    1.27 +
    1.28 +// using _STLP_OLD_IO_NAMESPACE::ws;