diff -r acd3cd4aaceb -r 2efc27d87e1c ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_fstream.h --- a/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_fstream.h Tue Aug 31 16:54:36 2010 +0300 +++ b/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_fstream.h Wed Sep 01 12:36:54 2010 +0100 @@ -96,7 +96,7 @@ _STLP_DECLSPEC bool _M_open(const char*, ios_base::openmode, long __protection); _STLP_DECLSPEC bool _M_open(const char*, ios_base::openmode); - bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode); + _STLP_DECLSPEC bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode); _STLP_DECLSPEC bool _M_close(); public: // Low-level I/O, like Unix read/write @@ -687,7 +687,7 @@ public: // Constructors, destructor. - _STLP_DUMMY_IMP_DECLSPEC basic_fstream(); + _STLP_DECLSPEC basic_fstream(); explicit basic_fstream(const char* __s, ios_base::openmode __mod = ios_base::in | ios_base::out) : basic_ios<_CharT, _Traits>(), basic_iostream<_CharT, _Traits>(0), _M_buf() { @@ -711,7 +711,7 @@ this->setstate(ios_base::failbit); } # endif - _STLP_DUMMY_IMP_DECLSPEC ~basic_fstream(); + _STLP_DECLSPEC ~basic_fstream(); public: // File and buffer operations.