Date: Friday, March 17, 2006 @ 10:06:55
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: StringCodecs.hpp (1.10 -> 1.11)

More doxygen warnings against CAROB-74.


------------------+
 StringCodecs.hpp |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


Index: carob/include/StringCodecs.hpp
diff -u carob/include/StringCodecs.hpp:1.10 carob/include/StringCodecs.hpp:1.11
--- carob/include/StringCodecs.hpp:1.10 Fri Mar 17 10:04:14 2006
+++ carob/include/StringCodecs.hpp      Fri Mar 17 10:06:55 2006
@@ -114,7 +114,9 @@
 };
 
 /**
- * Default (locale) String to Wide-String conversion.
+ * Default (locale) String to Wide-String conversion. Since this method relies
+ * on some static initialization, it should NOT be used at initialization
+ * time!
  * @param in original string
  * @return converted wstring
  */
@@ -123,7 +125,9 @@
   return StaticCodecs::fromString(in);
 }
 /**
- * Wide-String to default (locale) String conversion.
+ * Wide-String to default (locale) String conversion. Since this method relies
+ * on some static initialization, it should NOT be used at initialization
+ * time!
  * FIXME: throw exception on error
  * @param in original wide string
  * @return converted string

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to