ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_locale.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_locale.h	Fri Apr 16 16:46:38 2010 +0300
+++ b/ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_locale.h	Mon May 03 14:06:43 2010 +0300
@@ -123,12 +123,12 @@
   // construct/copy/destroy:
   _STLP_DECLSPEC locale();
   _STLP_DECLSPEC locale(const locale&) _STLP_NOTHROW;
-  explicit locale(const char *);
+  _STLP_DECLSPEC explicit locale(const char *);
   locale(const locale&, const char*, category);
 
   // those are for internal use
-  locale(_Locale_impl*);
-  locale(_Locale_impl*, bool);
+  _STLP_DECLSPEC locale(_Locale_impl*);
+  _STLP_DECLSPEC locale(_Locale_impl*, bool);
 
 public: