epoc32/include/stdapis/stlport/using/h/iostream.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 0 061f57f2323e
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 using _STLP_OLD_IO_NAMESPACE::istream;
     2 using _STLP_OLD_IO_NAMESPACE::ostream;
     3 
     4 /* HP aCC include files re-define these when THREAD_SAFE */
     5 #if !defined(cin)
     6 using _STLP_OLD_IO_NAMESPACE::cin;
     7 #endif
     8 #if !defined(cout)
     9 using _STLP_OLD_IO_NAMESPACE::cout;
    10 #endif
    11 #if !defined(cerr)
    12 using _STLP_OLD_IO_NAMESPACE::cerr;
    13 #endif
    14 #if !defined(clog)
    15 using _STLP_OLD_IO_NAMESPACE::clog;
    16 #endif
    17 
    18 using _STLP_OLD_IO_NAMESPACE::endl;
    19 using _STLP_OLD_IO_NAMESPACE::ends;
    20 
    21 using _STLP_OLD_IO_NAMESPACE::ios;
    22 using _STLP_OLD_IO_NAMESPACE::flush;
    23 
    24 // using _STLP_OLD_IO_NAMESPACE::ws;