epoc32/include/stdapis/stlport/using/iostream
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
--- a/epoc32/include/stdapis/stlport/using/iostream	Tue Nov 24 13:55:44 2009 +0000
+++ b/epoc32/include/stdapis/stlport/using/iostream	Tue Mar 16 16:12:26 2010 +0000
@@ -1,1 +1,14 @@
-iostream
+
+# include <using/istream>
+
+using _STLP_VENDOR_STD::cin;
+using _STLP_VENDOR_STD::cout;
+using _STLP_VENDOR_STD::cerr;
+using _STLP_VENDOR_STD::clog;
+
+# if ! defined (_STLP_NO_WIDE_STREAMS)
+using _STLP_VENDOR_STD::wcin;
+using _STLP_VENDOR_STD::wcout;
+using _STLP_VENDOR_STD::wcerr;
+using _STLP_VENDOR_STD::wclog;
+# endif