Hi Alberto,
It is only for MacOS X; MacOS <=9 does not have sockets.
-Chris
On Dec 28, 2004, at 12:22 PM, Alberto Massari wrote:
Hi Chris,
I am not an expert on MacOS, but I was wondering if this change is
only compatible with MacOS X; does MacOS 9 (and earlier) have support
for BSD sockets?
Alberto
At 12.05 28/12/2004 -0600, Chris Cates wrote:
Since I haven't heard anything from anyone on the email below, I was
wondering if anyone would have an issue with me submitting the
following change:
====
//xerces-c-src_2_6_0/src/xercesc/util/Platforms/MacOS/
MacOSPlatformUtils.cpp ====
78a79,80
> #elif defined(XML_USE_NETACCESSOR_SOCKET)
> #include <xercesc/util/NetAccessors/Socket/SocketNetAccessor.hpp>
587a590,591
> #elif (defined(XML_USE_NETACCESSOR_SOCKET))
> return new SocketNetAccessor;
Comments most welcome!
Thanks!
-Chris
[EMAIL PROTECTED]
On Dec 8, 2004, at 12:38 PM, Chris Cates wrote:
Greetings,
I'm currently using xerces-c 2.6 built on MacOS X 10.3 with sockets
as
net access. (Which works very nicely, btw.)
I was wondering why MacOSPlatformUtils' implementation of
makeNetAccessor() does not create and return a SocketNetAccessor by
default if it sees that the XML_USE_NETACCESSOR_SOCKET #define is
set.
I've tried this locally in my own build, and at first glance, it
seems to work fine and save the user from setting fgNetAccessor
manually when using sockets.
Any reason this is not a part of the MacOSPlatformUtils by default?
Is there something that I'm missing?
Thanks!
-Chris
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]