epoc32/include/stdapis/stlport/using/h/iostream.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 iostream.h
     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;