mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-20 14:02:38 +02:00
Net: near complete merge to 1.4.2
This commit is contained in:
@@ -85,10 +85,14 @@ void SocketNotifier::removeObserver(SocketReactor* pReactor, const Poco::Abstrac
|
||||
}
|
||||
|
||||
|
||||
void SocketNotifier::dispatch(SocketNotification* pNotification)
|
||||
namespace
|
||||
{
|
||||
static Socket nullSocket;
|
||||
}
|
||||
|
||||
|
||||
void SocketNotifier::dispatch(SocketNotification* pNotification)
|
||||
{
|
||||
pNotification->setSocket(_socket);
|
||||
pNotification->duplicate();
|
||||
try
|
||||
|
Reference in New Issue
Block a user