ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_strstream.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_strstream.h	Fri Apr 16 16:46:38 2010 +0300
+++ b/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_strstream.h	Mon May 03 14:06:43 2010 +0300
@@ -55,7 +55,7 @@
   typedef void (*__free_fn)(void*);
 public:                         // Constructor, destructor
 
-  explicit strstreambuf(streamsize _Initial_capacity = 0);
+  _STLP_DECLSPEC explicit strstreambuf(streamsize _Initial_capacity = 0);
 
   _STLP_DECLSPEC strstreambuf(__alloc_fn, __free_fn);
 
@@ -144,7 +144,7 @@
   _STLP_DECLSPEC explicit istrstream(const char*);
   _STLP_DECLSPEC istrstream(char* , streamsize);
   _STLP_DECLSPEC istrstream(const char*, streamsize);
-  virtual ~istrstream();
+  _STLP_DECLSPEC virtual ~istrstream();
   
   _STLP_DECLSPEC strstreambuf* rdbuf() const;
   _STLP_DECLSPEC char* str();
@@ -164,7 +164,7 @@
 public:
   _STLP_DECLSPEC ostrstream();
   _STLP_DECLSPEC ostrstream(char*, int, ios_base::openmode = ios_base::out);
-  virtual ~ostrstream();
+  _STLP_DECLSPEC virtual ~ostrstream();
 
   _STLP_DECLSPEC strstreambuf* rdbuf() const;
   _STLP_DECLSPEC void freeze(bool = true);
@@ -191,7 +191,7 @@
 
   _STLP_DECLSPEC strstream();
   _STLP_DECLSPEC strstream(char*, int, ios_base::openmode = ios_base::in | ios_base::out);
-  virtual ~strstream();
+  _STLP_DECLSPEC virtual ~strstream();
 
   _STLP_DECLSPEC strstreambuf* rdbuf() const;
   _STLP_DECLSPEC void freeze(bool = true);