epoc32/include/tools/stlport/using/h/iostream.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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;