epoc32/include/tools/stlport/using/h/fstream.h
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/tools/stlport/using/h/fstream.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +using ::streambuf;
     1.5 +using ::ifstream;
     1.6 +using ::ofstream;
     1.7 +using ::fstream;