mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[10643] Update the ACE part we use to 5.8.2
Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
This commit is contained in:
parent
8f71d95c0d
commit
23c920ca4b
739 changed files with 22031 additions and 40373 deletions
|
|
@ -2,7 +2,7 @@
|
|||
///**
|
||||
// * @file OS_QoS.cpp
|
||||
// *
|
||||
// * $Id: OS_QoS.cpp 80826 2008-03-04 14:51:23Z wotte $
|
||||
// * $Id: OS_QoS.cpp 86508 2009-08-14 13:32:40Z johnnyw $
|
||||
// *
|
||||
// * @brief Contains OS specific data structures for QoS networking.
|
||||
// *
|
||||
|
|
@ -363,7 +363,7 @@ void
|
|||
ACE_QoS::provider_specific (const iovec &ps)
|
||||
{
|
||||
#if defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0)
|
||||
this->ProviderSpecific = (WSABUF) ((iovec &) ps);
|
||||
this->ProviderSpecific = (WSABUF) (const_cast <iovec &> (ps));
|
||||
#else
|
||||
ACE_UNUSED_ARG (ps);
|
||||
#endif /* ACE_HAS_WINSOCK2 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue