Date: Thursday, March 23, 2006 @ 18:41:55
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: util.hpp (1.5 -> 1.6)

Enhanced doxygen.


----------+
 util.hpp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: odbsequoia/src/util.hpp
diff -u odbsequoia/src/util.hpp:1.5 odbsequoia/src/util.hpp:1.6
--- odbsequoia/src/util.hpp:1.5 Wed Mar  8 18:47:14 2006
+++ odbsequoia/src/util.hpp     Thu Mar 23 18:41:55 2006
@@ -32,9 +32,10 @@
 
 
 /*
- * Converts wstring into a NTS SQLWCHAR array. Caller provides the
- * buffer. Returns true if truncated. All sizes counted in SQLWCHAR
- * (NOT in bytes!). SQL_NTS not accepted (yet?) as bufsize.
+ * Converts wstring into a Null-Terminated SQLWCHAR array. Caller
+ * provides the buffer. Returns true if truncated. All sizes counted
+ * in SQLWCHAR (NOT in bytes!). SQL_NTS not accepted (yet?) as
+ * bufsize of input.
  */
 bool
 toSQLW(const std::wstring& in,

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

Reply via email to