ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_fstream.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_fstream.h	Fri Apr 16 16:46:38 2010 +0300
+++ b/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_fstream.h	Mon May 03 14:06:43 2010 +0300
@@ -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);
-  _STLP_DECLSPEC bool _M_open(int __id, ios_base::openmode = ios_base::__default_mode);
+  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_DECLSPEC basic_fstream();
+  _STLP_DUMMY_IMP_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_DECLSPEC ~basic_fstream();
+  _STLP_DUMMY_IMP_DECLSPEC ~basic_fstream();
 
 public:                         // File and buffer operations.