epoc32/include/stdapis/stlport/wrap_std/h/iostream.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/stdapis/stlport/wrap_std/h/iostream.h	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/wrap_std/h/iostream.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,11 @@
     1.4 -iostream.h
     1.5 +// # ifndef  _STLP_NO_WCHAR_T
     1.6 +// #   include <wchar.h>
     1.7 +// # endif
     1.8 +
     1.9 +# include _STLP_NATIVE_OLD_STREAMS_HEADER(iostream.h)
    1.10 +
    1.11 +# if defined (_STLP_USE_OWN_NAMESPACE)
    1.12 +_STLP_BEGIN_NAMESPACE
    1.13 +# include <using/h/iostream.h>
    1.14 +_STLP_END_NAMESPACE
    1.15 +# endif /* _STLP_USE_OWN_NAMESPACE */