genericopenlibs/cppstdlib/stl/stlport/using/istream
author Fionntina Carville <fionntinac@symbian.org>
Mon, 25 Oct 2010 16:12:48 +0100
branchRCL_3
changeset 76 c9f2a8896598
parent 0 e4d67989cc36
permissions -rw-r--r--
Merge Bug 2603 and Bug 3123 plus move exports to rom/bld.inf

# include <using/ostream>

using _STLP_NEW_IO_NAMESPACE::basic_istream;
using _STLP_NEW_IO_NAMESPACE::basic_iostream;

using _STLP_NEW_IO_NAMESPACE::istream;
using _STLP_NEW_IO_NAMESPACE::iostream;

# if !defined (_STLP_NO_NATIVE_WIDE_STREAMS)
using _STLP_NEW_IO_NAMESPACE::wistream;
using _STLP_NEW_IO_NAMESPACE::wiostream;
# endif

#if !(defined (_STLP_MSVC) && (_STLP_MSVC < 1200))
using _STLP_NEW_IO_NAMESPACE::ws;
#endif