changes for 1.2.2
This commit is contained in:
Родитель
fb39fe63e1
Коммит
caf2a640df
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// SocketReactor.h
|
||||
//
|
||||
// $Id: //poco/1.2/Net/include/Poco/Net/SocketReactor.h#1 $
|
||||
// $Id: //poco/1.2/Net/include/Poco/Net/SocketReactor.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Reactor
|
||||
|
@ -192,7 +192,7 @@ protected:
|
|||
private:
|
||||
typedef Poco::AutoPtr<SocketNotifier> NotifierPtr;
|
||||
typedef Poco::AutoPtr<SocketNotification> NotificationPtr;
|
||||
typedef std::map<Socket, NotifierPtr> EventHandlerMap;
|
||||
typedef std::map<Socket, NotifierPtr> EventHandlerMap;
|
||||
|
||||
void dispatch(NotifierPtr& pNotifier, SocketNotification* pNotification);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// EchoServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.2/Net/samples/EchoServer/src/EchoServer.cpp#1 $
|
||||
// $Id: //poco/1.2/Net/samples/EchoServer/src/EchoServer.cpp#2 $
|
||||
//
|
||||
// This sample demonstrates the SocketReactor and SocketAcceptor classes.
|
||||
//
|
||||
|
@ -104,6 +104,7 @@ public:
|
|||
|
||||
void onShutdown(ShutdownNotification* pNf)
|
||||
{
|
||||
pNf->release();
|
||||
delete this;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче