Date: Friday, December 16, 2005 @ 21:34:13
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: DriverSocket.hpp (1.10 -> 1.11)

Added warning about 64K > UTF8 strings in javadoc


------------------+
 DriverSocket.hpp |    2 ++
 1 files changed, 2 insertions(+)


Index: carob/include/DriverSocket.hpp
diff -u carob/include/DriverSocket.hpp:1.10 carob/include/DriverSocket.hpp:1.11
--- carob/include/DriverSocket.hpp:1.10 Fri Dec  2 15:53:07 2005
+++ carob/include/DriverSocket.hpp      Fri Dec 16 21:34:13 2005
@@ -44,6 +44,7 @@
 
   /**
    * Writes a string to the socket according to the controller protocol
+   * FIXME: we don't support string longer than 64K once UTF8 encoded.
    * @throws SocketIOException
    */
   const DriverSocket & operator<<(const std::wstring &) const 
@@ -58,6 +59,7 @@
     
   /**
    * Reads a string from the socket according to the controller protocol
+   * FIXME: we don't support string longer than 64K once UTF8 encoded.
    * @throws SocketIOException
    */
        const DriverSocket & operator>>(std::wstring &) const 

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

Reply via email to