genericopenlibs/cppstdlib/stl/stlport/using/fstream
author Simon Howkins <simonh@symbian.org>
Thu, 28 Oct 2010 11:40:42 +0100
branchRCL_3
changeset 77 5977f652d357
parent 0 e4d67989cc36
permissions -rw-r--r--
Commented out export of documentation file that's not in the source tree (documentation was not supplied to the Symbian repository by contributor).

#ifdef _STLP_BROKEN_USING_DIRECTIVE
using namespace _STLP_STD;
#else
using _STLP_NEW_IO_NAMESPACE::basic_filebuf;
using _STLP_NEW_IO_NAMESPACE::filebuf;
using _STLP_NEW_IO_NAMESPACE::basic_ifstream;
using _STLP_NEW_IO_NAMESPACE::basic_ofstream;
using _STLP_NEW_IO_NAMESPACE::ifstream;
using _STLP_NEW_IO_NAMESPACE::ofstream;
using _STLP_NEW_IO_NAMESPACE::basic_fstream;
using _STLP_NEW_IO_NAMESPACE::fstream;

# ifndef _STLP_NO_WIDE_STREAMS
using _STLP_NEW_IO_NAMESPACE::wofstream;
using _STLP_NEW_IO_NAMESPACE::wfilebuf;
using _STLP_NEW_IO_NAMESPACE::wifstream;
using _STLP_NEW_IO_NAMESPACE::wfstream;
# endif
#endif