changes for 1.2.2

This commit is contained in:
Guenter Obiltschnig
2006-08-31 14:47:59 +00:00
parent fb39fe63e1
commit caf2a640df
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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;
}