ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_ostream.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_ostream.h	Fri Apr 16 16:46:38 2010 +0300
+++ b/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_ostream.h	Mon May 03 14:06:43 2010 +0300
@@ -32,7 +32,7 @@
 
 _STLP_BEGIN_NAMESPACE
 
-template <class _CharT, class _Traits, class _Number> 
+template <class _CharT, class _Traits, class _Number>
 basic_ostream<_CharT, _Traits>& _STLP_CALL
 _M_put_num(basic_ostream<_CharT, _Traits>& __os, _Number __x);
 
@@ -62,8 +62,8 @@
   typedef basic_ios<_CharT, _Traits> _Basic_ios;
 
 public:                         // Constructor and destructor.
-  _STLP_DECLSPEC explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
-  _STLP_DECLSPEC ~basic_ostream();
+  _STLP_DUMMY_IMP_DECLSPEC explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
+  _STLP_DUMMY_IMP_DECLSPEC ~basic_ostream();
 
 public:                         // Hooks for manipulators.
   typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&);