genericopenlibs/cppstdlib/stl/stlport/using/sstream
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

using _STLP_NEW_IO_NAMESPACE::basic_stringbuf;
using _STLP_NEW_IO_NAMESPACE::stringbuf;

using _STLP_NEW_IO_NAMESPACE::basic_istringstream;
using _STLP_NEW_IO_NAMESPACE::basic_ostringstream;
using _STLP_NEW_IO_NAMESPACE::basic_stringstream;
using _STLP_NEW_IO_NAMESPACE::istringstream;
using _STLP_NEW_IO_NAMESPACE::ostringstream;
using _STLP_NEW_IO_NAMESPACE::stringstream;

#ifndef _STLP_NO_WIDE_STREAMS
using _STLP_NEW_IO_NAMESPACE::wstringbuf;
using _STLP_NEW_IO_NAMESPACE::wistringstream;
using _STLP_NEW_IO_NAMESPACE::wostringstream;
using _STLP_NEW_IO_NAMESPACE::wstringstream;
#endif