Update of /cvs/fresco/Fresco/Babylon/include/Babylon
In directory purcel:/tmp/cvs-serv30427/Babylon/include/Babylon
Modified Files:
defs.hh
Log Message:
Improve socklen_t detection based on code from curl. Lets hope this will
work on Linux and FreeBSD:-)
Index: defs.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/include/Babylon/defs.hh,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- defs.hh 1 Aug 2003 16:47:10 -0000 1.18
+++ defs.hh 8 Jan 2004 15:17:09 -0000 1.19
@@ -53,11 +53,11 @@
typedef u_int16_t UCS2;
typedef u_int32_t UCS4;
- const std::string UTF8_format("UTF8");
- const std::string UTF16_format("UTF16LE");
- const std::string UTF32_format("UTF32LE");
+ const std::string UTF8_format("UTF-8");
+ const std::string UTF16_format("UTF-16LE");
+ const std::string UTF32_format("UTF-32LE");
- const std::string internal_format("UTF32LE");
+ const std::string internal_format("UTF-32LE");
// These classes are defined in Char.hh and String.hh
class Char;
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|