epoc32/include/stdapis/stlport/stdiostream.h
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/stlport/stdiostream.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
     1.5 +
     1.6 +#ifndef _STLP_misc_stdiostream_h
     1.7 +# define _STLP_misc_stdiostream_h
     1.8 +# if (__SUNPRO_CC >= 0x500 )
     1.9 +#  include <../CCios/stdiostream.h>
    1.10 +# elif defined (__SUNPRO_CC)
    1.11 +#  include <../CC/stdiostream.h>
    1.12 +# else
    1.13 +#  warning "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
    1.14 +# endif
    1.15 +#endif