diff --git a/Net/Makefile b/Net/Makefile index 9892c39ef..c9ad0f16d 100644 --- a/Net/Makefile +++ b/Net/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/Makefile#1 $ +# $Id: //poco/1.3/Net/Makefile#1 $ # # Makefile for Poco Net # @@ -28,7 +28,8 @@ objects = \ SocketReactor SocketNotifier SocketNotification \ MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \ RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \ - ICMPSocket ICMPSocketImpl ICMPv4PacketImpl + ICMPSocket ICMPSocketImpl ICMPv4PacketImpl \ + RemoteSyslogChannel target = PocoNet target_version = $(LIBVERSION) diff --git a/Net/Net.vmsbuild b/Net/Net.vmsbuild index 2bb45361d..6066d4344 100644 --- a/Net/Net.vmsbuild +++ b/Net/Net.vmsbuild @@ -1,7 +1,7 @@ # # Net.vmsbuild # -# $Id: //poco/1.2/Net/Net.vmsbuild#1 $ +# $Id: //poco/1.3/Net/Net.vmsbuild#1 $ # LIB=PocoNet diff --git a/Net/Net_vs71.vcproj b/Net/Net_vs71.vcproj index 39fba8b88..634a1cb83 100644 --- a/Net/Net_vs71.vcproj +++ b/Net/Net_vs71.vcproj @@ -775,6 +775,24 @@ + + + + + + + + + + diff --git a/Net/Net_vs80.vcproj b/Net/Net_vs80.vcproj index 3a453b11a..80660663a 100644 --- a/Net/Net_vs80.vcproj +++ b/Net/Net_vs80.vcproj @@ -1001,6 +1001,26 @@ + + + + + + + + + + diff --git a/Net/include/Poco/Net/DNS.h b/Net/include/Poco/Net/DNS.h index 342391cf9..4819fcd99 100644 --- a/Net/include/Poco/Net/DNS.h +++ b/Net/include/Poco/Net/DNS.h @@ -1,7 +1,7 @@ // // DNS.h // -// $Id: //poco/1.2/Net/include/Poco/Net/DNS.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/DNS.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/DatagramSocket.h b/Net/include/Poco/Net/DatagramSocket.h index bb6308dff..3cfe91bbe 100644 --- a/Net/include/Poco/Net/DatagramSocket.h +++ b/Net/include/Poco/Net/DatagramSocket.h @@ -1,7 +1,7 @@ // // DatagramSocket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/DatagramSocket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/DatagramSocketImpl.h b/Net/include/Poco/Net/DatagramSocketImpl.h index 4d9073c08..1175c24a5 100644 --- a/Net/include/Poco/Net/DatagramSocketImpl.h +++ b/Net/include/Poco/Net/DatagramSocketImpl.h @@ -1,7 +1,7 @@ // // DatagramSocketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/DatagramSocketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/DialogSocket.h b/Net/include/Poco/Net/DialogSocket.h index 9a6c88172..146b5e474 100644 --- a/Net/include/Poco/Net/DialogSocket.h +++ b/Net/include/Poco/Net/DialogSocket.h @@ -1,7 +1,7 @@ // // DialogSocket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/DialogSocket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/DialogSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/FTPClientSession.h b/Net/include/Poco/Net/FTPClientSession.h index c19def44f..54c82fc4f 100644 --- a/Net/include/Poco/Net/FTPClientSession.h +++ b/Net/include/Poco/Net/FTPClientSession.h @@ -1,7 +1,7 @@ // // FTPClientSession.h // -// $Id: //poco/1.2/Net/include/Poco/Net/FTPClientSession.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/FTPClientSession.h#1 $ // // Library: Net // Package: FTP diff --git a/Net/include/Poco/Net/FTPStreamFactory.h b/Net/include/Poco/Net/FTPStreamFactory.h index e5878408b..db5f828af 100644 --- a/Net/include/Poco/Net/FTPStreamFactory.h +++ b/Net/include/Poco/Net/FTPStreamFactory.h @@ -1,7 +1,7 @@ // // FTPStreamFactory.h // -// $Id: //poco/1.2/Net/include/Poco/Net/FTPStreamFactory.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/FTPStreamFactory.h#1 $ // // Library: Net // Package: FTP diff --git a/Net/include/Poco/Net/FilePartSource.h b/Net/include/Poco/Net/FilePartSource.h index ffd24046d..0906b0afa 100644 --- a/Net/include/Poco/Net/FilePartSource.h +++ b/Net/include/Poco/Net/FilePartSource.h @@ -1,7 +1,7 @@ // // FilePartSource.h // -// $Id: //poco/1.2/Net/include/Poco/Net/FilePartSource.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/FilePartSource.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/HTMLForm.h b/Net/include/Poco/Net/HTMLForm.h index 14a5a87d6..d69daa8bc 100644 --- a/Net/include/Poco/Net/HTMLForm.h +++ b/Net/include/Poco/Net/HTMLForm.h @@ -1,7 +1,7 @@ // // HTMLForm.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTMLForm.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTMLForm.h#1 $ // // Library: Net // Package: HTML diff --git a/Net/include/Poco/Net/HTTPBasicCredentials.h b/Net/include/Poco/Net/HTTPBasicCredentials.h index 8809ae4d1..651d75b91 100644 --- a/Net/include/Poco/Net/HTTPBasicCredentials.h +++ b/Net/include/Poco/Net/HTTPBasicCredentials.h @@ -1,7 +1,7 @@ // // HTTPBasicCredentials.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPBasicCredentials.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPBasicCredentials.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPChunkedStream.h b/Net/include/Poco/Net/HTTPChunkedStream.h index 16ce8b832..1b61634f2 100644 --- a/Net/include/Poco/Net/HTTPChunkedStream.h +++ b/Net/include/Poco/Net/HTTPChunkedStream.h @@ -1,7 +1,7 @@ // // HTTPChunkedStream.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPChunkedStream.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPChunkedStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPClientSession.h b/Net/include/Poco/Net/HTTPClientSession.h index 890fe0437..7e6d66973 100644 --- a/Net/include/Poco/Net/HTTPClientSession.h +++ b/Net/include/Poco/Net/HTTPClientSession.h @@ -1,7 +1,7 @@ // // HTTPClientSession.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPClientSession.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPClientSession.h#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/include/Poco/Net/HTTPCookie.h b/Net/include/Poco/Net/HTTPCookie.h index 433fac7ee..7b4e70422 100644 --- a/Net/include/Poco/Net/HTTPCookie.h +++ b/Net/include/Poco/Net/HTTPCookie.h @@ -1,7 +1,7 @@ // // HTTPCookie.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPCookie.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPCookie.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPFixedLengthStream.h b/Net/include/Poco/Net/HTTPFixedLengthStream.h index 291e62e98..488f556ce 100644 --- a/Net/include/Poco/Net/HTTPFixedLengthStream.h +++ b/Net/include/Poco/Net/HTTPFixedLengthStream.h @@ -1,7 +1,7 @@ // // HTTPFixedLengthStream.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPFixedLengthStream.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPFixedLengthStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPHeaderStream.h b/Net/include/Poco/Net/HTTPHeaderStream.h index 4bee6ca76..631966828 100644 --- a/Net/include/Poco/Net/HTTPHeaderStream.h +++ b/Net/include/Poco/Net/HTTPHeaderStream.h @@ -1,7 +1,7 @@ // // HTTPHeaderStream.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPHeaderStream.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPHeaderStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPMessage.h b/Net/include/Poco/Net/HTTPMessage.h index ceb3be349..608665e97 100644 --- a/Net/include/Poco/Net/HTTPMessage.h +++ b/Net/include/Poco/Net/HTTPMessage.h @@ -1,7 +1,7 @@ // // HTTPMessage.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPMessage.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPMessage.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPRequest.h b/Net/include/Poco/Net/HTTPRequest.h index dc3e58485..bb14f0de4 100644 --- a/Net/include/Poco/Net/HTTPRequest.h +++ b/Net/include/Poco/Net/HTTPRequest.h @@ -1,7 +1,7 @@ // // HTTPRequest.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPRequest.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequest.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPRequestHandler.h b/Net/include/Poco/Net/HTTPRequestHandler.h index 16de87873..3b00e1a9f 100644 --- a/Net/include/Poco/Net/HTTPRequestHandler.h +++ b/Net/include/Poco/Net/HTTPRequestHandler.h @@ -1,7 +1,7 @@ // // HTTPRequestHandler.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPRequestHandler.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandler.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPRequestHandlerFactory.h b/Net/include/Poco/Net/HTTPRequestHandlerFactory.h index e8f43b981..98072ab60 100644 --- a/Net/include/Poco/Net/HTTPRequestHandlerFactory.h +++ b/Net/include/Poco/Net/HTTPRequestHandlerFactory.h @@ -1,7 +1,7 @@ // // HTTPRequestHandlerFactory.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPResponse.h b/Net/include/Poco/Net/HTTPResponse.h index 8b685a8cc..44b4af338 100644 --- a/Net/include/Poco/Net/HTTPResponse.h +++ b/Net/include/Poco/Net/HTTPResponse.h @@ -1,7 +1,7 @@ // // HTTPResponse.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPResponse.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPResponse.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPServer.h b/Net/include/Poco/Net/HTTPServer.h index ddc129568..7728ab878 100644 --- a/Net/include/Poco/Net/HTTPServer.h +++ b/Net/include/Poco/Net/HTTPServer.h @@ -1,7 +1,7 @@ // // HTTPServer.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPServer.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServer.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerConnection.h b/Net/include/Poco/Net/HTTPServerConnection.h index 76f26a964..4508bc637 100644 --- a/Net/include/Poco/Net/HTTPServerConnection.h +++ b/Net/include/Poco/Net/HTTPServerConnection.h @@ -1,7 +1,7 @@ // // HTTPServerConnection.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPServerConnection.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnection.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerConnectionFactory.h b/Net/include/Poco/Net/HTTPServerConnectionFactory.h index 3446c9653..483af6f43 100644 --- a/Net/include/Poco/Net/HTTPServerConnectionFactory.h +++ b/Net/include/Poco/Net/HTTPServerConnectionFactory.h @@ -1,7 +1,7 @@ // // HTTPServerConnectionFactory.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPServerConnectionFactory.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnectionFactory.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerParams.h b/Net/include/Poco/Net/HTTPServerParams.h index a699d4f18..6d8efaf7a 100644 --- a/Net/include/Poco/Net/HTTPServerParams.h +++ b/Net/include/Poco/Net/HTTPServerParams.h @@ -1,7 +1,7 @@ // // HTTPServerParams.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPServerParams.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerParams.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerRequest.h b/Net/include/Poco/Net/HTTPServerRequest.h index bb1d1ff52..ef6df718b 100644 --- a/Net/include/Poco/Net/HTTPServerRequest.h +++ b/Net/include/Poco/Net/HTTPServerRequest.h @@ -1,7 +1,7 @@ // // HTTPServerRequest.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPServerRequest.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerRequest.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerResponse.h b/Net/include/Poco/Net/HTTPServerResponse.h index 7c6c9dff4..e0b7d8138 100644 --- a/Net/include/Poco/Net/HTTPServerResponse.h +++ b/Net/include/Poco/Net/HTTPServerResponse.h @@ -1,7 +1,7 @@ // // HTTPServerResponse.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPServerResponse.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerResponse.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerSession.h b/Net/include/Poco/Net/HTTPServerSession.h index 4ec18bdda..340798039 100644 --- a/Net/include/Poco/Net/HTTPServerSession.h +++ b/Net/include/Poco/Net/HTTPServerSession.h @@ -1,7 +1,7 @@ // // HTTPServerSession.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPServerSession.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerSession.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPSession.h b/Net/include/Poco/Net/HTTPSession.h index 8240ad4c5..b4b160e1b 100644 --- a/Net/include/Poco/Net/HTTPSession.h +++ b/Net/include/Poco/Net/HTTPSession.h @@ -1,7 +1,7 @@ // // HTTPSession.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPSession.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSession.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPSessionFactory.h b/Net/include/Poco/Net/HTTPSessionFactory.h index c914fb09e..bd19708a7 100644 --- a/Net/include/Poco/Net/HTTPSessionFactory.h +++ b/Net/include/Poco/Net/HTTPSessionFactory.h @@ -1,7 +1,7 @@ // // HTTPSessionFactory.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPSessionFactory.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionFactory.h#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/include/Poco/Net/HTTPSessionInstantiator.h b/Net/include/Poco/Net/HTTPSessionInstantiator.h index f2512a827..62db10941 100644 --- a/Net/include/Poco/Net/HTTPSessionInstantiator.h +++ b/Net/include/Poco/Net/HTTPSessionInstantiator.h @@ -1,7 +1,7 @@ // // HTTPSessionInstantiator.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPSessionInstantiator.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionInstantiator.h#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/include/Poco/Net/HTTPStream.h b/Net/include/Poco/Net/HTTPStream.h index df615da14..f23b3b256 100644 --- a/Net/include/Poco/Net/HTTPStream.h +++ b/Net/include/Poco/Net/HTTPStream.h @@ -1,7 +1,7 @@ // // HTTPStream.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPStream.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPStreamFactory.h b/Net/include/Poco/Net/HTTPStreamFactory.h index 099de726c..89b7b86e9 100644 --- a/Net/include/Poco/Net/HTTPStreamFactory.h +++ b/Net/include/Poco/Net/HTTPStreamFactory.h @@ -1,7 +1,7 @@ // // HTTPStreamFactory.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HTTPStreamFactory.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStreamFactory.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HostEntry.h b/Net/include/Poco/Net/HostEntry.h index ca1266ae5..ff9c6cecb 100644 --- a/Net/include/Poco/Net/HostEntry.h +++ b/Net/include/Poco/Net/HostEntry.h @@ -1,7 +1,7 @@ // // HostEntry.h // -// $Id: //poco/1.2/Net/include/Poco/Net/HostEntry.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/HostEntry.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/ICMPClient.h b/Net/include/Poco/Net/ICMPClient.h index e12c38453..24de74651 100644 --- a/Net/include/Poco/Net/ICMPClient.h +++ b/Net/include/Poco/Net/ICMPClient.h @@ -1,7 +1,7 @@ // // ICMPClient.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ICMPClient.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ICMPClient.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPEventArgs.h b/Net/include/Poco/Net/ICMPEventArgs.h index 542144348..e004a3953 100644 --- a/Net/include/Poco/Net/ICMPEventArgs.h +++ b/Net/include/Poco/Net/ICMPEventArgs.h @@ -1,7 +1,7 @@ // // ICMPEventArgs.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ICMPEventArgs.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ICMPEventArgs.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPPacket.h b/Net/include/Poco/Net/ICMPPacket.h index ed9eb40a1..576a0956e 100644 --- a/Net/include/Poco/Net/ICMPPacket.h +++ b/Net/include/Poco/Net/ICMPPacket.h @@ -1,7 +1,7 @@ // // ICMPPacket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ICMPPacket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacket.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPPacketImpl.h b/Net/include/Poco/Net/ICMPPacketImpl.h index 615e50b2a..a08949001 100644 --- a/Net/include/Poco/Net/ICMPPacketImpl.h +++ b/Net/include/Poco/Net/ICMPPacketImpl.h @@ -1,7 +1,7 @@ // // ICMPPacketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ICMPPacketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacketImpl.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPSocket.h b/Net/include/Poco/Net/ICMPSocket.h index 80eb6b002..fc29b876f 100644 --- a/Net/include/Poco/Net/ICMPSocket.h +++ b/Net/include/Poco/Net/ICMPSocket.h @@ -1,7 +1,7 @@ // // ICMPSocket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ICMPSocket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocket.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPSocketImpl.h b/Net/include/Poco/Net/ICMPSocketImpl.h index 4aabe9168..c6356e2c9 100644 --- a/Net/include/Poco/Net/ICMPSocketImpl.h +++ b/Net/include/Poco/Net/ICMPSocketImpl.h @@ -1,7 +1,7 @@ // // ICMPSocketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ICMPSocketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocketImpl.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPv4PacketImpl.h b/Net/include/Poco/Net/ICMPv4PacketImpl.h index f3ac25ab8..c52278663 100644 --- a/Net/include/Poco/Net/ICMPv4PacketImpl.h +++ b/Net/include/Poco/Net/ICMPv4PacketImpl.h @@ -1,7 +1,7 @@ // // ICMPv4PacketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ICMPv4PacketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ICMPv4PacketImpl.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/IPAddress.h b/Net/include/Poco/Net/IPAddress.h index fa7a4d27f..165d281a2 100644 --- a/Net/include/Poco/Net/IPAddress.h +++ b/Net/include/Poco/Net/IPAddress.h @@ -1,7 +1,7 @@ // // IPAddress.h // -// $Id: //poco/1.2/Net/include/Poco/Net/IPAddress.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/IPAddress.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/MailMessage.h b/Net/include/Poco/Net/MailMessage.h index 0169f85ed..b28bf46ce 100644 --- a/Net/include/Poco/Net/MailMessage.h +++ b/Net/include/Poco/Net/MailMessage.h @@ -1,7 +1,7 @@ // // MailMessage.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MailMessage.h#2 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MailMessage.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/MailRecipient.h b/Net/include/Poco/Net/MailRecipient.h index f5d161786..a46a90595 100644 --- a/Net/include/Poco/Net/MailRecipient.h +++ b/Net/include/Poco/Net/MailRecipient.h @@ -1,7 +1,7 @@ // // MailRecipient.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MailRecipient.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MailRecipient.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/MailStream.h b/Net/include/Poco/Net/MailStream.h index 542721428..d3b28f0bb 100644 --- a/Net/include/Poco/Net/MailStream.h +++ b/Net/include/Poco/Net/MailStream.h @@ -1,7 +1,7 @@ // // MailStream.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MailStream.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MailStream.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/MediaType.h b/Net/include/Poco/Net/MediaType.h index 6b97a9d2f..6256d2523 100644 --- a/Net/include/Poco/Net/MediaType.h +++ b/Net/include/Poco/Net/MediaType.h @@ -1,7 +1,7 @@ // // MediaType.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MediaType.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MediaType.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/MessageHeader.h b/Net/include/Poco/Net/MessageHeader.h index ce3813d2f..56f42361d 100644 --- a/Net/include/Poco/Net/MessageHeader.h +++ b/Net/include/Poco/Net/MessageHeader.h @@ -1,7 +1,7 @@ // // MessageHeader.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MessageHeader.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MessageHeader.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/MulticastSocket.h b/Net/include/Poco/Net/MulticastSocket.h index 1440e19e9..06b11abdf 100644 --- a/Net/include/Poco/Net/MulticastSocket.h +++ b/Net/include/Poco/Net/MulticastSocket.h @@ -1,7 +1,7 @@ // // MulticastSocket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MulticastSocket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MulticastSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/MultipartReader.h b/Net/include/Poco/Net/MultipartReader.h index 652fc9643..49b648032 100644 --- a/Net/include/Poco/Net/MultipartReader.h +++ b/Net/include/Poco/Net/MultipartReader.h @@ -1,7 +1,7 @@ // // MultipartReader.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MultipartReader.h#2 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MultipartReader.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/MultipartWriter.h b/Net/include/Poco/Net/MultipartWriter.h index 14829a67f..4d529e9f7 100644 --- a/Net/include/Poco/Net/MultipartWriter.h +++ b/Net/include/Poco/Net/MultipartWriter.h @@ -1,7 +1,7 @@ // // MultipartWriter.h // -// $Id: //poco/1.2/Net/include/Poco/Net/MultipartWriter.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/MultipartWriter.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/NameValueCollection.h b/Net/include/Poco/Net/NameValueCollection.h index e589a70d9..a64c449e6 100644 --- a/Net/include/Poco/Net/NameValueCollection.h +++ b/Net/include/Poco/Net/NameValueCollection.h @@ -1,7 +1,7 @@ // // NameValueCollection.h // -// $Id: //poco/1.2/Net/include/Poco/Net/NameValueCollection.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/NameValueCollection.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/Net.h b/Net/include/Poco/Net/Net.h index 820bf9909..ae170c599 100644 --- a/Net/include/Poco/Net/Net.h +++ b/Net/include/Poco/Net/Net.h @@ -1,7 +1,7 @@ // // Net.h // -// $Id: //poco/1.2/Net/include/Poco/Net/Net.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/Net.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/NetException.h b/Net/include/Poco/Net/NetException.h index c6849f126..7288dd0c4 100644 --- a/Net/include/Poco/Net/NetException.h +++ b/Net/include/Poco/Net/NetException.h @@ -1,7 +1,7 @@ // // NetException.h // -// $Id: //poco/1.2/Net/include/Poco/Net/NetException.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/NetException.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/NetworkInterface.h b/Net/include/Poco/Net/NetworkInterface.h index ea3ec1d85..cbda25f61 100644 --- a/Net/include/Poco/Net/NetworkInterface.h +++ b/Net/include/Poco/Net/NetworkInterface.h @@ -1,7 +1,7 @@ // // NetworkInterface.h // -// $Id: //poco/1.2/Net/include/Poco/Net/NetworkInterface.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/NetworkInterface.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/NullPartHandler.h b/Net/include/Poco/Net/NullPartHandler.h index f62c35db8..5e8afc208 100644 --- a/Net/include/Poco/Net/NullPartHandler.h +++ b/Net/include/Poco/Net/NullPartHandler.h @@ -1,7 +1,7 @@ // // NullPartHandler.h // -// $Id: //poco/1.2/Net/include/Poco/Net/NullPartHandler.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/NullPartHandler.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/POP3ClientSession.h b/Net/include/Poco/Net/POP3ClientSession.h index cfc7b6ace..3a8ec6eb0 100644 --- a/Net/include/Poco/Net/POP3ClientSession.h +++ b/Net/include/Poco/Net/POP3ClientSession.h @@ -1,7 +1,7 @@ // // POP3ClientSession.h // -// $Id: //poco/1.2/Net/include/Poco/Net/POP3ClientSession.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/POP3ClientSession.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/PartHandler.h b/Net/include/Poco/Net/PartHandler.h index b85f817a9..d0dbbea61 100644 --- a/Net/include/Poco/Net/PartHandler.h +++ b/Net/include/Poco/Net/PartHandler.h @@ -1,7 +1,7 @@ // // PartHandler.h // -// $Id: //poco/1.2/Net/include/Poco/Net/PartHandler.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/PartHandler.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/PartSource.h b/Net/include/Poco/Net/PartSource.h index 815892928..7d827ff59 100644 --- a/Net/include/Poco/Net/PartSource.h +++ b/Net/include/Poco/Net/PartSource.h @@ -1,7 +1,7 @@ // // PartSource.h // -// $Id: //poco/1.2/Net/include/Poco/Net/PartSource.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/PartSource.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/QuotedPrintableDecoder.h b/Net/include/Poco/Net/QuotedPrintableDecoder.h index 35b753a47..ebdba5ddd 100644 --- a/Net/include/Poco/Net/QuotedPrintableDecoder.h +++ b/Net/include/Poco/Net/QuotedPrintableDecoder.h @@ -1,7 +1,7 @@ // // QuotedPrintableDecoder.h // -// $Id: //poco/1.2/Net/include/Poco/Net/QuotedPrintableDecoder.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableDecoder.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/QuotedPrintableEncoder.h b/Net/include/Poco/Net/QuotedPrintableEncoder.h index e9265f30a..61888ead1 100644 --- a/Net/include/Poco/Net/QuotedPrintableEncoder.h +++ b/Net/include/Poco/Net/QuotedPrintableEncoder.h @@ -1,7 +1,7 @@ // // QuotedPrintableEncoder.h // -// $Id: //poco/1.2/Net/include/Poco/Net/QuotedPrintableEncoder.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableEncoder.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/RawSocket.h b/Net/include/Poco/Net/RawSocket.h index a6c428c55..c1b18b19e 100644 --- a/Net/include/Poco/Net/RawSocket.h +++ b/Net/include/Poco/Net/RawSocket.h @@ -1,7 +1,7 @@ // // RawSocket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/RawSocket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/RawSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/RawSocketImpl.h b/Net/include/Poco/Net/RawSocketImpl.h index c0fa1baf1..a55057895 100644 --- a/Net/include/Poco/Net/RawSocketImpl.h +++ b/Net/include/Poco/Net/RawSocketImpl.h @@ -1,7 +1,7 @@ // // RawSocketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/RawSocketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/RawSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/RemoteSyslogChannel.h b/Net/include/Poco/Net/RemoteSyslogChannel.h new file mode 100644 index 000000000..d16f5ca75 --- /dev/null +++ b/Net/include/Poco/Net/RemoteSyslogChannel.h @@ -0,0 +1,166 @@ +// +// RemoteSyslogChannel.h +// +// $Id: //poco/1.3/Net/include/Poco/Net/RemoteSyslogChannel.h#1 $ +// +// Library: Net +// Package: Logging +// Module: RemoteSyslogChannel +// +// Definition of the RemoteSyslogChannel class. +// +// Copyright (c) 2006, Applied Informatics Software Engineering GmbH. +// and Contributors. +// +// Permission is hereby granted, free of charge, to any person or organization +// obtaining a copy of the software and accompanying documentation covered by +// this license (the "Software") to use, reproduce, display, distribute, +// execute, and transmit the Software, and to prepare derivative works of the +// Software, and to permit third-parties to whom the Software is furnished to +// do so, all subject to the following: +// +// The copyright notices in the Software and this entire statement, including +// the above license grant, this restriction and the following disclaimer, +// must be included in all copies of the Software, in whole or in part, and +// all derivative works of the Software, unless such copies or derivative +// works are solely in the form of machine-executable object code generated by +// a source language processor. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +// DEALINGS IN THE SOFTWARE. +// + + +#ifndef Net_RemoteSyslogChannel_INCLUDED +#define Net_RemoteSyslogChannel_INCLUDED + + +#include "Poco/Net/Net.h" +#include "Poco/Channel.h" +#include "Poco/Net/DatagramSocket.h" + + +namespace Poco { +namespace Net { + + +class Net_API RemoteSyslogChannel: public Poco::Channel + /// This Channel implements remote syslog logging over UDP according + /// to the syslog Working Group Internet Draft: + /// "The syslog Protocol" , + /// and "Transmission of syslog messages over UDP" . + /// + /// In addition, RemoteSyslogChannel also supports the "old" BSD syslog + /// protocol, as described in RFC 3164. +{ +public: + enum Severity + { + SYSLOG_EMERGENCY = 0, /// Emergency: system is unusable + SYSLOG_ALERT = 1, /// Alert: action must be taken immediately + SYSLOG_CRITICAL = 2, /// Critical: critical conditions + SYSLOG_ERROR = 3, /// Error: error conditions + SYSLOG_WARNING = 4, /// Warning: warning conditions + SYSLOG_NOTICE = 5, /// Notice: normal but significant condition + SYSLOG_INFORMATIONAL = 6, /// Informational: informational messages + SYSLOG_DEBUG = 7 /// Debug: debug-level messages + }; + + enum Facility + { + SYSLOG_KERN = ( 0<<3), /// kernel messages + SYSLOG_USER = ( 1<<3), /// random user-level messages + SYSLOG_MAIL = ( 2<<3), /// mail system + SYSLOG_DAEMON = ( 3<<3), /// system daemons + SYSLOG_AUTH = ( 4<<3), /// security/authorization messages + SYSLOG_SYSLOG = ( 5<<3), /// messages generated internally by syslogd + SYSLOG_LPR = ( 6<<3), /// line printer subsystem + SYSLOG_NEWS = ( 7<<3), /// network news subsystem + SYSLOG_UUCP = ( 8<<3), /// UUCP subsystem + SYSLOG_CRON = ( 9<<3), /// clock daemon + SYSLOG_AUTHPRIV = (10<<3), /// security/authorization messages (private) + SYSLOG_FTP = (11<<3), /// ftp daemon + SYSLOG_NTP = (12<<3), /// ntp subsystem + SYSLOG_LOGAUDIT = (13<<3), /// log audit + SYSLOG_LOGALERT = (14<<3), /// log alert + SYSLOG_CLOCK = (15<<3), /// clock deamon + SYSLOG_LOCAL0 = (16<<3), /// reserved for local use + SYSLOG_LOCAL1 = (17<<3), /// reserved for local use + SYSLOG_LOCAL2 = (18<<3), /// reserved for local use + SYSLOG_LOCAL3 = (19<<3), /// reserved for local use + SYSLOG_LOCAL4 = (20<<3), /// reserved for local use + SYSLOG_LOCAL5 = (21<<3), /// reserved for local use + SYSLOG_LOCAL6 = (22<<3), /// reserved for local use + SYSLOG_LOCAL7 = (23<<3) /// reserved for local use + }; + + enum + { + SYSLOG_PORT = 514 + }; + + RemoteSyslogChannel(); + /// Creates a RemoteSyslogChannel. + + RemoteSyslogChannel(const std::string& address, const std::string& name, int facility = SYSLOG_USER, bool bsdFormat = false); + /// Creates a RemoteSyslogChannel with the given target address, name, and facility. + /// If bsdFormat is true, messages are formatted according to RFC 3164. + + void open(); + /// Opens the RemoteSyslogChannel. + + void close(); + /// Closes the RemoteSyslogChannel. + + void log(const Message& msg); + /// Sens the message's text to the syslog service. + + void setProperty(const std::string& name, const std::string& value); + /// Sets the property with the given value. + /// + /// The following properties are supported: + /// * name: The name used to identify the source of log messages. + /// * facility: The facility added to each log message. See the Facility enumeration for a list of supported values. + /// The LOG_ prefix can be omitted and values are case insensitive (e.g. a facility value "mail" is recognized as SYSLOG_MAIL) + /// * format: "bsd" (RFC 3164 format) or "new" (default) + /// * loghost: The target IP address or host name where log messages are sent. Optionally, a port number (separated + /// by a colon) can also be specified. + /// * host: (optional) Host name included in syslog messages. If not specified, the host's real domain name or + /// IP address will be used. + + std::string getProperty(const std::string& name) const; + /// Returns the value of the property with the given name. + + static void registerChannel(); + /// Registers the channel with the global LoggingFactory. + + static const std::string PROP_NAME; + static const std::string PROP_FACILITY; + static const std::string PROP_FORMAT; + static const std::string PROP_LOGHOST; + static const std::string PROP_HOST; + +protected: + ~RemoteSyslogChannel(); + static int getPrio(const Message& msg); + +private: + std::string _logHost; + std::string _name; + std::string _host; + int _facility; + bool _bsdFormat; + DatagramSocket _socket; + bool _open; +}; + + +} } // namespace Poco::Net + + +#endif // Net_RemoteSyslogChannel_INCLUDED diff --git a/Net/include/Poco/Net/SMTPClientSession.h b/Net/include/Poco/Net/SMTPClientSession.h index 4921301b0..dcb9d53a3 100644 --- a/Net/include/Poco/Net/SMTPClientSession.h +++ b/Net/include/Poco/Net/SMTPClientSession.h @@ -1,7 +1,7 @@ // // SMTPClientSession.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SMTPClientSession.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SMTPClientSession.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/ServerSocket.h b/Net/include/Poco/Net/ServerSocket.h index 6d6df9456..48450fb12 100644 --- a/Net/include/Poco/Net/ServerSocket.h +++ b/Net/include/Poco/Net/ServerSocket.h @@ -1,7 +1,7 @@ // // ServerSocket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ServerSocket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/ServerSocketImpl.h b/Net/include/Poco/Net/ServerSocketImpl.h index 7364edeb0..a8ee54610 100644 --- a/Net/include/Poco/Net/ServerSocketImpl.h +++ b/Net/include/Poco/Net/ServerSocketImpl.h @@ -1,7 +1,7 @@ // // ServerSocketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/ServerSocketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/Socket.h b/Net/include/Poco/Net/Socket.h index e0b825184..5360f758e 100644 --- a/Net/include/Poco/Net/Socket.h +++ b/Net/include/Poco/Net/Socket.h @@ -1,7 +1,7 @@ // // Socket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/Socket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/Socket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/SocketAcceptor.h b/Net/include/Poco/Net/SocketAcceptor.h index 7be9044f1..ad1a2cac1 100644 --- a/Net/include/Poco/Net/SocketAcceptor.h +++ b/Net/include/Poco/Net/SocketAcceptor.h @@ -1,7 +1,7 @@ // // SocketAcceptor.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketAcceptor.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketAcceptor.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketAddress.h b/Net/include/Poco/Net/SocketAddress.h index 3f558ccd0..f7b69d72a 100644 --- a/Net/include/Poco/Net/SocketAddress.h +++ b/Net/include/Poco/Net/SocketAddress.h @@ -1,7 +1,7 @@ // // SocketAddress.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketAddress.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketAddress.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/SocketConnector.h b/Net/include/Poco/Net/SocketConnector.h index d7de82558..2d0eca5e5 100644 --- a/Net/include/Poco/Net/SocketConnector.h +++ b/Net/include/Poco/Net/SocketConnector.h @@ -1,7 +1,7 @@ // // SocketConnector.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketConnector.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketConnector.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketDefs.h b/Net/include/Poco/Net/SocketDefs.h index 9b501f924..b48257714 100644 --- a/Net/include/Poco/Net/SocketDefs.h +++ b/Net/include/Poco/Net/SocketDefs.h @@ -1,7 +1,7 @@ // // SocketDefs.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketDefs.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketDefs.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/SocketImpl.h b/Net/include/Poco/Net/SocketImpl.h index ef28a6843..2e9e4a13e 100644 --- a/Net/include/Poco/Net/SocketImpl.h +++ b/Net/include/Poco/Net/SocketImpl.h @@ -1,7 +1,7 @@ // // SocketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/SocketNotification.h b/Net/include/Poco/Net/SocketNotification.h index 3ab265aea..d4d7f68a0 100644 --- a/Net/include/Poco/Net/SocketNotification.h +++ b/Net/include/Poco/Net/SocketNotification.h @@ -1,7 +1,7 @@ // // SocketNotification.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketNotification.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotification.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketNotifier.h b/Net/include/Poco/Net/SocketNotifier.h index f65664a26..abb90c06f 100644 --- a/Net/include/Poco/Net/SocketNotifier.h +++ b/Net/include/Poco/Net/SocketNotifier.h @@ -1,7 +1,7 @@ // // SocketNotifier.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketNotifier.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotifier.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketReactor.h b/Net/include/Poco/Net/SocketReactor.h index 1966e1e0f..03571a675 100644 --- a/Net/include/Poco/Net/SocketReactor.h +++ b/Net/include/Poco/Net/SocketReactor.h @@ -1,7 +1,7 @@ // // SocketReactor.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketReactor.h#2 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketReactor.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketStream.h b/Net/include/Poco/Net/SocketStream.h index 3358e1f9f..b023cc8c6 100644 --- a/Net/include/Poco/Net/SocketStream.h +++ b/Net/include/Poco/Net/SocketStream.h @@ -1,7 +1,7 @@ // // SocketStream.h // -// $Id: //poco/1.2/Net/include/Poco/Net/SocketStream.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/SocketStream.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/StreamSocket.h b/Net/include/Poco/Net/StreamSocket.h index f6120a97a..97ef68a5b 100644 --- a/Net/include/Poco/Net/StreamSocket.h +++ b/Net/include/Poco/Net/StreamSocket.h @@ -1,7 +1,7 @@ // // StreamSocket.h // -// $Id: //poco/1.2/Net/include/Poco/Net/StreamSocket.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/StreamSocketImpl.h b/Net/include/Poco/Net/StreamSocketImpl.h index 7a43d2105..9810de98f 100644 --- a/Net/include/Poco/Net/StreamSocketImpl.h +++ b/Net/include/Poco/Net/StreamSocketImpl.h @@ -1,7 +1,7 @@ // // StreamSocketImpl.h // -// $Id: //poco/1.2/Net/include/Poco/Net/StreamSocketImpl.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/StringPartSource.h b/Net/include/Poco/Net/StringPartSource.h index dddc94a48..9a9d6bcab 100644 --- a/Net/include/Poco/Net/StringPartSource.h +++ b/Net/include/Poco/Net/StringPartSource.h @@ -1,7 +1,7 @@ // // StringPartSource.h // -// $Id: //poco/1.2/Net/include/Poco/Net/StringPartSource.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/StringPartSource.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/TCPServer.h b/Net/include/Poco/Net/TCPServer.h index 810d413c4..ab235effe 100644 --- a/Net/include/Poco/Net/TCPServer.h +++ b/Net/include/Poco/Net/TCPServer.h @@ -1,7 +1,7 @@ // // TCPServer.h // -// $Id: //poco/1.2/Net/include/Poco/Net/TCPServer.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/TCPServer.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerConnection.h b/Net/include/Poco/Net/TCPServerConnection.h index ca0289f5d..ec8e622b2 100644 --- a/Net/include/Poco/Net/TCPServerConnection.h +++ b/Net/include/Poco/Net/TCPServerConnection.h @@ -1,7 +1,7 @@ // // TCPServerConnection.h // -// $Id: //poco/1.2/Net/include/Poco/Net/TCPServerConnection.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnection.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerConnectionFactory.h b/Net/include/Poco/Net/TCPServerConnectionFactory.h index 2e123fe6c..c00bb32f2 100644 --- a/Net/include/Poco/Net/TCPServerConnectionFactory.h +++ b/Net/include/Poco/Net/TCPServerConnectionFactory.h @@ -1,7 +1,7 @@ // // TCPServerConnectionFactory.h // -// $Id: //poco/1.2/Net/include/Poco/Net/TCPServerConnectionFactory.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnectionFactory.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerDispatcher.h b/Net/include/Poco/Net/TCPServerDispatcher.h index ae1263c6b..047383481 100644 --- a/Net/include/Poco/Net/TCPServerDispatcher.h +++ b/Net/include/Poco/Net/TCPServerDispatcher.h @@ -1,7 +1,7 @@ // // TCPServerDispatcher.h // -// $Id: //poco/1.2/Net/include/Poco/Net/TCPServerDispatcher.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerDispatcher.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerParams.h b/Net/include/Poco/Net/TCPServerParams.h index e454922f1..168b1f386 100644 --- a/Net/include/Poco/Net/TCPServerParams.h +++ b/Net/include/Poco/Net/TCPServerParams.h @@ -1,7 +1,7 @@ // // TCPServerParams.h // -// $Id: //poco/1.2/Net/include/Poco/Net/TCPServerParams.h#1 $ +// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerParams.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/samples/EchoServer/EchoServer.vmsbuild b/Net/samples/EchoServer/EchoServer.vmsbuild index 4a00a897f..5065341d5 100644 --- a/Net/samples/EchoServer/EchoServer.vmsbuild +++ b/Net/samples/EchoServer/EchoServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/EchoServer/EchoServer.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/EchoServer/EchoServer.vmsbuild#1 $ # EXE=EchoServer EchoServer diff --git a/Net/samples/EchoServer/Makefile b/Net/samples/EchoServer/Makefile index f5c770226..868051512 100644 --- a/Net/samples/EchoServer/Makefile +++ b/Net/samples/EchoServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/EchoServer/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/EchoServer/Makefile#1 $ # # Makefile for Poco EchoServer # diff --git a/Net/samples/EchoServer/src/EchoServer.cpp b/Net/samples/EchoServer/src/EchoServer.cpp index 927b8efac..36ba907ef 100644 --- a/Net/samples/EchoServer/src/EchoServer.cpp +++ b/Net/samples/EchoServer/src/EchoServer.cpp @@ -1,7 +1,7 @@ // // EchoServer.cpp // -// $Id: //poco/1.2/Net/samples/EchoServer/src/EchoServer.cpp#3 $ +// $Id: //poco/1.3/Net/samples/EchoServer/src/EchoServer.cpp#1 $ // // This sample demonstrates the SocketReactor and SocketAcceptor classes. // diff --git a/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild b/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild index f22bd709b..0ddd6dbe4 100644 --- a/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild +++ b/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild#1 $ # EXE=HTTPFormServer HTTPFormServer diff --git a/Net/samples/HTTPFormServer/Makefile b/Net/samples/HTTPFormServer/Makefile index 22b22d870..1baf4eeab 100644 --- a/Net/samples/HTTPFormServer/Makefile +++ b/Net/samples/HTTPFormServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/HTTPFormServer/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/HTTPFormServer/Makefile#1 $ # # Makefile for Poco HTTPFormServer # diff --git a/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild b/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild index 74f119a31..2f52dd9b4 100644 --- a/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild +++ b/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild @@ -1,7 +1,7 @@ # # HTTPLoadTest.vmsbuild # -# $Id: //poco/1.2/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild#1 $ # EXE=HTTPLoadTest HTTPLoadTest diff --git a/Net/samples/HTTPLoadTest/Makefile b/Net/samples/HTTPLoadTest/Makefile index dd74d76dd..b6526083d 100644 --- a/Net/samples/HTTPLoadTest/Makefile +++ b/Net/samples/HTTPLoadTest/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/HTTPLoadTest/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/HTTPLoadTest/Makefile#1 $ # # Makefile for Poco HTTPLoadTest # diff --git a/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp b/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp index 6c088a6ec..c3288030a 100644 --- a/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp +++ b/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp @@ -1,7 +1,7 @@ // // HTTPLoadTest.cpp // -// $Id: //poco/1.2/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp#1 $ +// $Id: //poco/1.3/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp#1 $ // // This sample demonstrates the HTTPClientSession class. // diff --git a/Net/samples/HTTPTimeServer/HTTPTimeServer.properties b/Net/samples/HTTPTimeServer/HTTPTimeServer.properties index 2db69e5d0..a86940311 100644 --- a/Net/samples/HTTPTimeServer/HTTPTimeServer.properties +++ b/Net/samples/HTTPTimeServer/HTTPTimeServer.properties @@ -9,5 +9,5 @@ logging.channels.c1.class = ConsoleChannel logging.channels.c1.formatter = f1 HTTPTimeServer.format = %W, %e %b %y %H:%M:%S %Z HTTPTimeServer.port = 9980 -HTTPTimeServer.maxQueued = 100 -HTTPTimeServer.maxThreads = 200 +#HTTPTimeServer.maxQueued = 200 +#HTTPTimeServer.maxThreads = 64 diff --git a/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild b/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild index f2f5206a9..61be67113 100644 --- a/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild +++ b/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $ # EXE=HTTPTimeServer HTTPTimeServer diff --git a/Net/samples/HTTPTimeServer/Makefile b/Net/samples/HTTPTimeServer/Makefile index 686b3c70a..02431263a 100644 --- a/Net/samples/HTTPTimeServer/Makefile +++ b/Net/samples/HTTPTimeServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/HTTPTimeServer/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/HTTPTimeServer/Makefile#1 $ # # Makefile for Poco HTTPTimeServer # diff --git a/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp b/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp index a2046c091..4a4115ff9 100644 --- a/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp +++ b/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp @@ -1,7 +1,7 @@ // // HTTPTimeServer.cpp // -// $Id: //poco/1.2/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#1 $ +// $Id: //poco/1.3/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#1 $ // // This sample demonstrates the HTTPServer and related classes. // diff --git a/Net/samples/Mail/Mail.vmsbuild b/Net/samples/Mail/Mail.vmsbuild index 672be4f97..4fa4d73ed 100644 --- a/Net/samples/Mail/Mail.vmsbuild +++ b/Net/samples/Mail/Mail.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/Mail/Mail.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/Mail/Mail.vmsbuild#1 $ # EXE=Mail Mail diff --git a/Net/samples/Mail/Makefile b/Net/samples/Mail/Makefile index 569133ddf..df0424c95 100644 --- a/Net/samples/Mail/Makefile +++ b/Net/samples/Mail/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/Mail/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/Mail/Makefile#1 $ # # Makefile for Poco Mail # diff --git a/Net/samples/Mail/src/Mail.cpp b/Net/samples/Mail/src/Mail.cpp index 2a5c9d594..6c216beda 100644 --- a/Net/samples/Mail/src/Mail.cpp +++ b/Net/samples/Mail/src/Mail.cpp @@ -1,7 +1,7 @@ // // Mail.cpp // -// $Id: //poco/1.2/Net/samples/Mail/src/Mail.cpp#1 $ +// $Id: //poco/1.3/Net/samples/Mail/src/Mail.cpp#1 $ // // This sample demonstrates the MailMessage and SMTPClientSession classes. // diff --git a/Net/samples/Makefile b/Net/samples/Makefile index b3a970711..e8309bd0a 100644 --- a/Net/samples/Makefile +++ b/Net/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/Makefile#2 $ +# $Id: //poco/1.3/Net/samples/Makefile#1 $ # # Makefile for Poco Net Samples # diff --git a/Net/samples/Ping/Makefile b/Net/samples/Ping/Makefile index 1c5dd436c..425cd056d 100644 --- a/Net/samples/Ping/Makefile +++ b/Net/samples/Ping/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/Ping/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/Ping/Makefile#1 $ # # Makefile for Poco ping # @@ -12,6 +12,6 @@ objects = Ping target = Ping target_version = 1 -target_libs = PocoFoundation PocoXML PocoUtil PocoNet +target_libs = PocoNet PocoUtil PocoXML PocoFoundation include $(POCO_BASE)/build/rules/exec diff --git a/Net/samples/Ping/Ping.vmsbuild b/Net/samples/Ping/Ping.vmsbuild index f5c3db3e0..5a1ec621f 100644 --- a/Net/samples/Ping/Ping.vmsbuild +++ b/Net/samples/Ping/Ping.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/Ping/Ping.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/Ping/Ping.vmsbuild#1 $ # EXE=Ping Ping diff --git a/Net/samples/Ping/src/Ping.cpp b/Net/samples/Ping/src/Ping.cpp index 013148278..62c9cfb6b 100644 --- a/Net/samples/Ping/src/Ping.cpp +++ b/Net/samples/Ping/src/Ping.cpp @@ -1,7 +1,7 @@ // // Ping.cpp // -// $Id: //poco/1.2/Net/samples/Ping/src/Ping.cpp#1 $ +// $Id: //poco/1.3/Net/samples/Ping/src/Ping.cpp#1 $ // // This sample demonstrates the Application class. // diff --git a/Net/samples/TimeServer/Makefile b/Net/samples/TimeServer/Makefile index 121dc986e..5382e718a 100644 --- a/Net/samples/TimeServer/Makefile +++ b/Net/samples/TimeServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/TimeServer/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/TimeServer/Makefile#1 $ # # Makefile for Poco TimeServer # diff --git a/Net/samples/TimeServer/TimeServer.vmsbuild b/Net/samples/TimeServer/TimeServer.vmsbuild index c589f4c75..3a6550d4f 100644 --- a/Net/samples/TimeServer/TimeServer.vmsbuild +++ b/Net/samples/TimeServer/TimeServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/TimeServer/TimeServer.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/TimeServer/TimeServer.vmsbuild#1 $ # EXE=TimeServer TimeServer diff --git a/Net/samples/TimeServer/src/TimeServer.cpp b/Net/samples/TimeServer/src/TimeServer.cpp index 3c2ca8b56..d6898c19f 100644 --- a/Net/samples/TimeServer/src/TimeServer.cpp +++ b/Net/samples/TimeServer/src/TimeServer.cpp @@ -1,7 +1,7 @@ // // TimeServer.cpp // -// $Id: //poco/1.2/Net/samples/TimeServer/src/TimeServer.cpp#1 $ +// $Id: //poco/1.3/Net/samples/TimeServer/src/TimeServer.cpp#1 $ // // This sample demonstrates the TCPServer and ServerSocket classes. // diff --git a/Net/samples/dict/Makefile b/Net/samples/dict/Makefile index b3c216461..a552dd490 100644 --- a/Net/samples/dict/Makefile +++ b/Net/samples/dict/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/dict/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/dict/Makefile#1 $ # # Makefile for Poco dict # diff --git a/Net/samples/dict/dict.vmsbuild b/Net/samples/dict/dict.vmsbuild index f44c66cd6..f9a58889a 100644 --- a/Net/samples/dict/dict.vmsbuild +++ b/Net/samples/dict/dict.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/dict/dict.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/dict/dict.vmsbuild#1 $ # EXE=dict dict diff --git a/Net/samples/dict/src/dict.cpp b/Net/samples/dict/src/dict.cpp index a41d2e2a0..6488a3198 100644 --- a/Net/samples/dict/src/dict.cpp +++ b/Net/samples/dict/src/dict.cpp @@ -1,7 +1,7 @@ // // dict.cpp // -// $Id: //poco/1.2/Net/samples/dict/src/dict.cpp#1 $ +// $Id: //poco/1.3/Net/samples/dict/src/dict.cpp#1 $ // // This sample demonstrates the StreamSocket and SocketStream classes. // diff --git a/Net/samples/download/src/download.cpp b/Net/samples/download/src/download.cpp index b6f7425cc..ba43fc505 100644 --- a/Net/samples/download/src/download.cpp +++ b/Net/samples/download/src/download.cpp @@ -1,7 +1,7 @@ // // download.cpp // -// $Id: //poco/1.2/Net/samples/download/src/download.cpp#1 $ +// $Id: //poco/1.3/Net/samples/download/src/download.cpp#1 $ // // This sample demonstrates the URIStreamOpener class. // diff --git a/Net/samples/httpget/Makefile b/Net/samples/httpget/Makefile index e29ce5afd..66976a872 100644 --- a/Net/samples/httpget/Makefile +++ b/Net/samples/httpget/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/samples/httpget/Makefile#1 $ +# $Id: //poco/1.3/Net/samples/httpget/Makefile#1 $ # # Makefile for Poco httpget # diff --git a/Net/samples/httpget/httpget.vmsbuild b/Net/samples/httpget/httpget.vmsbuild index 6c33a6c2b..e8d7ad173 100644 --- a/Net/samples/httpget/httpget.vmsbuild +++ b/Net/samples/httpget/httpget.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.2/Net/samples/httpget/httpget.vmsbuild#1 $ +# $Id: //poco/1.3/Net/samples/httpget/httpget.vmsbuild#1 $ # EXE=httpget httpget diff --git a/Net/samples/httpget/src/httpget.cpp b/Net/samples/httpget/src/httpget.cpp index e8aace927..e8d994132 100644 --- a/Net/samples/httpget/src/httpget.cpp +++ b/Net/samples/httpget/src/httpget.cpp @@ -1,7 +1,7 @@ // // httpget.cpp // -// $Id: //poco/1.2/Net/samples/httpget/src/httpget.cpp#1 $ +// $Id: //poco/1.3/Net/samples/httpget/src/httpget.cpp#1 $ // // This sample demonstrates the HTTPClientSession class. // diff --git a/Net/src/DNS.cpp b/Net/src/DNS.cpp index 900680ffe..73803281a 100644 --- a/Net/src/DNS.cpp +++ b/Net/src/DNS.cpp @@ -1,7 +1,7 @@ // // DNS.cpp // -// $Id: //poco/1.2/Net/src/DNS.cpp#1 $ +// $Id: //poco/1.3/Net/src/DNS.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/DatagramSocket.cpp b/Net/src/DatagramSocket.cpp index e4f277631..f202e92e4 100644 --- a/Net/src/DatagramSocket.cpp +++ b/Net/src/DatagramSocket.cpp @@ -1,7 +1,7 @@ // // DatagramSocket.cpp // -// $Id: //poco/1.2/Net/src/DatagramSocket.cpp#1 $ +// $Id: //poco/1.3/Net/src/DatagramSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/DatagramSocketImpl.cpp b/Net/src/DatagramSocketImpl.cpp index a78e34b7a..4b15aab9e 100644 --- a/Net/src/DatagramSocketImpl.cpp +++ b/Net/src/DatagramSocketImpl.cpp @@ -1,7 +1,7 @@ // // DatagramSocketImpl.cpp // -// $Id: //poco/1.2/Net/src/DatagramSocketImpl.cpp#1 $ +// $Id: //poco/1.3/Net/src/DatagramSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/DialogSocket.cpp b/Net/src/DialogSocket.cpp index 24544a847..39f4dbb08 100644 --- a/Net/src/DialogSocket.cpp +++ b/Net/src/DialogSocket.cpp @@ -1,7 +1,7 @@ // // DialogSocket.cpp // -// $Id: //poco/1.2/Net/src/DialogSocket.cpp#1 $ +// $Id: //poco/1.3/Net/src/DialogSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/FTPClientSession.cpp b/Net/src/FTPClientSession.cpp index 86c35d515..c1ad391be 100644 --- a/Net/src/FTPClientSession.cpp +++ b/Net/src/FTPClientSession.cpp @@ -1,7 +1,7 @@ // // FTPClientSession.cpp // -// $Id: //poco/1.2/Net/src/FTPClientSession.cpp#1 $ +// $Id: //poco/1.3/Net/src/FTPClientSession.cpp#1 $ // // Library: Net // Package: FTP diff --git a/Net/src/FTPStreamFactory.cpp b/Net/src/FTPStreamFactory.cpp index 977d0decd..7f2201699 100644 --- a/Net/src/FTPStreamFactory.cpp +++ b/Net/src/FTPStreamFactory.cpp @@ -1,7 +1,7 @@ // // FTPStreamFactory.cpp // -// $Id: //poco/1.2/Net/src/FTPStreamFactory.cpp#1 $ +// $Id: //poco/1.3/Net/src/FTPStreamFactory.cpp#1 $ // // Library: Net // Package: FTP diff --git a/Net/src/FilePartSource.cpp b/Net/src/FilePartSource.cpp index 4c3add6df..aee8033c7 100644 --- a/Net/src/FilePartSource.cpp +++ b/Net/src/FilePartSource.cpp @@ -1,7 +1,7 @@ // // FilePartSource.cpp // -// $Id: //poco/1.2/Net/src/FilePartSource.cpp#1 $ +// $Id: //poco/1.3/Net/src/FilePartSource.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/HTMLForm.cpp b/Net/src/HTMLForm.cpp index 5a9809c21..00e1dd3e9 100644 --- a/Net/src/HTMLForm.cpp +++ b/Net/src/HTMLForm.cpp @@ -1,7 +1,7 @@ // // HTMLForm.cpp // -// $Id: //poco/1.2/Net/src/HTMLForm.cpp#3 $ +// $Id: //poco/1.3/Net/src/HTMLForm.cpp#1 $ // // Library: Net // Package: HTML diff --git a/Net/src/HTTPBasicCredentials.cpp b/Net/src/HTTPBasicCredentials.cpp index ab8d5fb95..1e49ea7cd 100644 --- a/Net/src/HTTPBasicCredentials.cpp +++ b/Net/src/HTTPBasicCredentials.cpp @@ -1,7 +1,7 @@ // // HTTPBasicCredentials.cpp // -// $Id: //poco/1.2/Net/src/HTTPBasicCredentials.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPBasicCredentials.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPChunkedStream.cpp b/Net/src/HTTPChunkedStream.cpp index 2911c7593..28d543e94 100644 --- a/Net/src/HTTPChunkedStream.cpp +++ b/Net/src/HTTPChunkedStream.cpp @@ -1,7 +1,7 @@ // // HTTPChunkedStream.cpp // -// $Id: //poco/1.2/Net/src/HTTPChunkedStream.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPChunkedStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPClientSession.cpp b/Net/src/HTTPClientSession.cpp index 0dd859a4b..55c6fa63b 100644 --- a/Net/src/HTTPClientSession.cpp +++ b/Net/src/HTTPClientSession.cpp @@ -1,7 +1,7 @@ // // HTTPClientSession.cpp // -// $Id: //poco/1.2/Net/src/HTTPClientSession.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPClientSession.cpp#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/src/HTTPCookie.cpp b/Net/src/HTTPCookie.cpp index 30f616aa1..b3b873010 100644 --- a/Net/src/HTTPCookie.cpp +++ b/Net/src/HTTPCookie.cpp @@ -1,7 +1,7 @@ // // HTTPCookie.cpp // -// $Id: //poco/1.2/Net/src/HTTPCookie.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPCookie.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPFixedLengthStream.cpp b/Net/src/HTTPFixedLengthStream.cpp index 7443d975b..8feba976c 100644 --- a/Net/src/HTTPFixedLengthStream.cpp +++ b/Net/src/HTTPFixedLengthStream.cpp @@ -1,7 +1,7 @@ // // HTTPFixedLengthStream.cpp // -// $Id: //poco/1.2/Net/src/HTTPFixedLengthStream.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPFixedLengthStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPHeaderStream.cpp b/Net/src/HTTPHeaderStream.cpp index 7eaa5f79b..9136ed274 100644 --- a/Net/src/HTTPHeaderStream.cpp +++ b/Net/src/HTTPHeaderStream.cpp @@ -1,7 +1,7 @@ // // HTTPHeaderStream.cpp // -// $Id: //poco/1.2/Net/src/HTTPHeaderStream.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPHeaderStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPMessage.cpp b/Net/src/HTTPMessage.cpp index 900f8f25d..76526db1d 100644 --- a/Net/src/HTTPMessage.cpp +++ b/Net/src/HTTPMessage.cpp @@ -1,7 +1,7 @@ // // HTTPMessage.cpp // -// $Id: //poco/1.2/Net/src/HTTPMessage.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPMessage.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPRequest.cpp b/Net/src/HTTPRequest.cpp index 2cb01f046..86be506ad 100644 --- a/Net/src/HTTPRequest.cpp +++ b/Net/src/HTTPRequest.cpp @@ -1,7 +1,7 @@ // // HTTPRequest.cpp // -// $Id: //poco/1.2/Net/src/HTTPRequest.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPRequest.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPRequestHandler.cpp b/Net/src/HTTPRequestHandler.cpp index 8149e0014..826eea3b2 100644 --- a/Net/src/HTTPRequestHandler.cpp +++ b/Net/src/HTTPRequestHandler.cpp @@ -1,7 +1,7 @@ // // HTTPRequestHandler.cpp // -// $Id: //poco/1.2/Net/src/HTTPRequestHandler.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPRequestHandler.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPRequestHandlerFactory.cpp b/Net/src/HTTPRequestHandlerFactory.cpp index ceb9646f7..35f04e899 100644 --- a/Net/src/HTTPRequestHandlerFactory.cpp +++ b/Net/src/HTTPRequestHandlerFactory.cpp @@ -1,7 +1,7 @@ // // HTTPRequestHandlerFactory.cpp // -// $Id: //poco/1.2/Net/src/HTTPRequestHandlerFactory.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPRequestHandlerFactory.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPResponse.cpp b/Net/src/HTTPResponse.cpp index 8ff9ce719..8bd43cd11 100644 --- a/Net/src/HTTPResponse.cpp +++ b/Net/src/HTTPResponse.cpp @@ -1,7 +1,7 @@ // // HTTPResponse.cpp // -// $Id: //poco/1.2/Net/src/HTTPResponse.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPResponse.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPServer.cpp b/Net/src/HTTPServer.cpp index 4abc7f82c..deb06051d 100644 --- a/Net/src/HTTPServer.cpp +++ b/Net/src/HTTPServer.cpp @@ -1,7 +1,7 @@ // // HTTPServer.cpp // -// $Id: //poco/1.2/Net/src/HTTPServer.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPServer.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerConnection.cpp b/Net/src/HTTPServerConnection.cpp index f760dbe99..693fc20b2 100644 --- a/Net/src/HTTPServerConnection.cpp +++ b/Net/src/HTTPServerConnection.cpp @@ -1,7 +1,7 @@ // // HTTPServerConnection.cpp // -// $Id: //poco/1.2/Net/src/HTTPServerConnection.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPServerConnection.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerConnectionFactory.cpp b/Net/src/HTTPServerConnectionFactory.cpp index f2e5cae03..85e7cd86e 100644 --- a/Net/src/HTTPServerConnectionFactory.cpp +++ b/Net/src/HTTPServerConnectionFactory.cpp @@ -1,7 +1,7 @@ // // HTTPServerConnectionFactory.cpp // -// $Id: //poco/1.2/Net/src/HTTPServerConnectionFactory.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPServerConnectionFactory.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerParams.cpp b/Net/src/HTTPServerParams.cpp index 7a10891fe..1a3c69609 100644 --- a/Net/src/HTTPServerParams.cpp +++ b/Net/src/HTTPServerParams.cpp @@ -1,7 +1,7 @@ // // HTTPServerParams.cpp // -// $Id: //poco/1.2/Net/src/HTTPServerParams.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPServerParams.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerRequest.cpp b/Net/src/HTTPServerRequest.cpp index 8decb294a..faad3878f 100644 --- a/Net/src/HTTPServerRequest.cpp +++ b/Net/src/HTTPServerRequest.cpp @@ -1,7 +1,7 @@ // // HTTPServerRequest.cpp // -// $Id: //poco/1.2/Net/src/HTTPServerRequest.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPServerRequest.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerResponse.cpp b/Net/src/HTTPServerResponse.cpp index c9d2a3347..8ca694091 100644 --- a/Net/src/HTTPServerResponse.cpp +++ b/Net/src/HTTPServerResponse.cpp @@ -1,7 +1,7 @@ // // HTTPServerResponse.cpp // -// $Id: //poco/1.2/Net/src/HTTPServerResponse.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPServerResponse.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerSession.cpp b/Net/src/HTTPServerSession.cpp index d74d2f427..5b4dab650 100644 --- a/Net/src/HTTPServerSession.cpp +++ b/Net/src/HTTPServerSession.cpp @@ -1,7 +1,7 @@ // // HTTPServerSession.cpp // -// $Id: //poco/1.2/Net/src/HTTPServerSession.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPServerSession.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPSession.cpp b/Net/src/HTTPSession.cpp index da6dbd1c0..405582ce9 100644 --- a/Net/src/HTTPSession.cpp +++ b/Net/src/HTTPSession.cpp @@ -1,7 +1,7 @@ // // HTTPSession.cpp // -// $Id: //poco/1.2/Net/src/HTTPSession.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPSession.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPSessionFactory.cpp b/Net/src/HTTPSessionFactory.cpp index fed92509e..e14945811 100644 --- a/Net/src/HTTPSessionFactory.cpp +++ b/Net/src/HTTPSessionFactory.cpp @@ -1,7 +1,7 @@ // // HTTPSessionFactory.cpp // -// $Id: //poco/1.2/Net/src/HTTPSessionFactory.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPSessionFactory.cpp#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/src/HTTPSessionInstantiator.cpp b/Net/src/HTTPSessionInstantiator.cpp index 75f928e13..f3e23ca2b 100644 --- a/Net/src/HTTPSessionInstantiator.cpp +++ b/Net/src/HTTPSessionInstantiator.cpp @@ -1,7 +1,7 @@ // // HTTPSessionInstantiator.cpp // -// $Id: //poco/1.2/Net/src/HTTPSessionInstantiator.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPSessionInstantiator.cpp#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/src/HTTPStream.cpp b/Net/src/HTTPStream.cpp index ed26f5382..7d3bb865a 100644 --- a/Net/src/HTTPStream.cpp +++ b/Net/src/HTTPStream.cpp @@ -1,7 +1,7 @@ // // HTTPStream.cpp // -// $Id: //poco/1.2/Net/src/HTTPStream.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPStreamFactory.cpp b/Net/src/HTTPStreamFactory.cpp index 8e5bfadf2..18e1aed06 100644 --- a/Net/src/HTTPStreamFactory.cpp +++ b/Net/src/HTTPStreamFactory.cpp @@ -1,7 +1,7 @@ // // HTTPStreamFactory.cpp // -// $Id: //poco/1.2/Net/src/HTTPStreamFactory.cpp#1 $ +// $Id: //poco/1.3/Net/src/HTTPStreamFactory.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HostEntry.cpp b/Net/src/HostEntry.cpp index 506dfe6c7..8c146c20d 100644 --- a/Net/src/HostEntry.cpp +++ b/Net/src/HostEntry.cpp @@ -1,7 +1,7 @@ // // HostEntry.cpp // -// $Id: //poco/1.2/Net/src/HostEntry.cpp#1 $ +// $Id: //poco/1.3/Net/src/HostEntry.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/ICMPClient.cpp b/Net/src/ICMPClient.cpp index 38472991b..ee8de2643 100644 --- a/Net/src/ICMPClient.cpp +++ b/Net/src/ICMPClient.cpp @@ -1,7 +1,7 @@ // // ICMPClient.cpp // -// $Id: //poco/1.2/Net/src/ICMPClient.cpp#1 $ +// $Id: //poco/1.3/Net/src/ICMPClient.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPEventArgs.cpp b/Net/src/ICMPEventArgs.cpp index e81c3e6bd..e5985a02e 100644 --- a/Net/src/ICMPEventArgs.cpp +++ b/Net/src/ICMPEventArgs.cpp @@ -1,7 +1,7 @@ // // ICMPEventArgs.cpp // -// $Id: //poco/1.2/Net/src/ICMPEventArgs.cpp#1 $ +// $Id: //poco/1.3/Net/src/ICMPEventArgs.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPPacket.cpp b/Net/src/ICMPPacket.cpp index b7ad302ab..3e89f2d2a 100644 --- a/Net/src/ICMPPacket.cpp +++ b/Net/src/ICMPPacket.cpp @@ -1,7 +1,7 @@ // // ICMPPacket.cpp // -// $Id: //poco/1.2/Net/src/ICMPPacket.cpp#1 $ +// $Id: //poco/1.3/Net/src/ICMPPacket.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPPacketImpl.cpp b/Net/src/ICMPPacketImpl.cpp index 3af809fdd..8e07cdcd5 100644 --- a/Net/src/ICMPPacketImpl.cpp +++ b/Net/src/ICMPPacketImpl.cpp @@ -1,7 +1,7 @@ // // ICMPPacketImpl.cpp // -// $Id: //poco/1.2/Net/src/ICMPPacketImpl.cpp#1 $ +// $Id: //poco/1.3/Net/src/ICMPPacketImpl.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPSocket.cpp b/Net/src/ICMPSocket.cpp index 8be8c63a1..1b21d90ef 100644 --- a/Net/src/ICMPSocket.cpp +++ b/Net/src/ICMPSocket.cpp @@ -1,7 +1,7 @@ // // ICMPSocket.cpp // -// $Id: //poco/1.2/Net/src/ICMPSocket.cpp#1 $ +// $Id: //poco/1.3/Net/src/ICMPSocket.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPSocketImpl.cpp b/Net/src/ICMPSocketImpl.cpp index 82613c266..f2b7bc957 100644 --- a/Net/src/ICMPSocketImpl.cpp +++ b/Net/src/ICMPSocketImpl.cpp @@ -1,7 +1,7 @@ // // ICMPSocketImpl.cpp // -// $Id: //poco/1.2/Net/src/ICMPSocketImpl.cpp#1 $ +// $Id: //poco/1.3/Net/src/ICMPSocketImpl.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPv4PacketImpl.cpp b/Net/src/ICMPv4PacketImpl.cpp index d5c63b695..060c5a5fa 100644 --- a/Net/src/ICMPv4PacketImpl.cpp +++ b/Net/src/ICMPv4PacketImpl.cpp @@ -1,7 +1,7 @@ // // ICMPv4PacketImpl.cpp // -// $Id: //poco/1.2/Net/src/ICMPv4PacketImpl.cpp#1 $ +// $Id: //poco/1.3/Net/src/ICMPv4PacketImpl.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/IPAddress.cpp b/Net/src/IPAddress.cpp index 544a9af0a..554d84cda 100644 --- a/Net/src/IPAddress.cpp +++ b/Net/src/IPAddress.cpp @@ -1,7 +1,7 @@ // // IPAddress.cpp // -// $Id: //poco/1.2/Net/src/IPAddress.cpp#2 $ +// $Id: //poco/1.3/Net/src/IPAddress.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/MailMessage.cpp b/Net/src/MailMessage.cpp index 0798bf29d..c6ecd151c 100644 --- a/Net/src/MailMessage.cpp +++ b/Net/src/MailMessage.cpp @@ -1,7 +1,7 @@ // // MailMessage.cpp // -// $Id: //poco/1.2/Net/src/MailMessage.cpp#3 $ +// $Id: //poco/1.3/Net/src/MailMessage.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/MailRecipient.cpp b/Net/src/MailRecipient.cpp index 603f67c8c..0d494a4dc 100644 --- a/Net/src/MailRecipient.cpp +++ b/Net/src/MailRecipient.cpp @@ -1,7 +1,7 @@ // // MailRecipient.cpp // -// $Id: //poco/1.2/Net/src/MailRecipient.cpp#1 $ +// $Id: //poco/1.3/Net/src/MailRecipient.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/MailStream.cpp b/Net/src/MailStream.cpp index 91b22e270..a763d29fa 100644 --- a/Net/src/MailStream.cpp +++ b/Net/src/MailStream.cpp @@ -1,7 +1,7 @@ // // MailStream.cpp // -// $Id: //poco/1.2/Net/src/MailStream.cpp#1 $ +// $Id: //poco/1.3/Net/src/MailStream.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/MediaType.cpp b/Net/src/MediaType.cpp index 316f4c17a..5e28c47ae 100644 --- a/Net/src/MediaType.cpp +++ b/Net/src/MediaType.cpp @@ -1,7 +1,7 @@ // // MediaType.cpp // -// $Id: //poco/1.2/Net/src/MediaType.cpp#1 $ +// $Id: //poco/1.3/Net/src/MediaType.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/MessageHeader.cpp b/Net/src/MessageHeader.cpp index 5a79eb670..b94422709 100644 --- a/Net/src/MessageHeader.cpp +++ b/Net/src/MessageHeader.cpp @@ -1,7 +1,7 @@ // // MessageHeader.cpp // -// $Id: //poco/1.2/Net/src/MessageHeader.cpp#2 $ +// $Id: //poco/1.3/Net/src/MessageHeader.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/MulticastSocket.cpp b/Net/src/MulticastSocket.cpp index 30919a03c..c591dbe66 100644 --- a/Net/src/MulticastSocket.cpp +++ b/Net/src/MulticastSocket.cpp @@ -1,7 +1,7 @@ // // MulticastSocket.cpp // -// $Id: //poco/1.2/Net/src/MulticastSocket.cpp#1 $ +// $Id: //poco/1.3/Net/src/MulticastSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/MultipartReader.cpp b/Net/src/MultipartReader.cpp index 30f440fa9..36a1304d1 100644 --- a/Net/src/MultipartReader.cpp +++ b/Net/src/MultipartReader.cpp @@ -1,7 +1,7 @@ // // MultipartReader.cpp // -// $Id: //poco/1.2/Net/src/MultipartReader.cpp#2 $ +// $Id: //poco/1.3/Net/src/MultipartReader.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/MultipartWriter.cpp b/Net/src/MultipartWriter.cpp index c527aea7a..e934f325b 100644 --- a/Net/src/MultipartWriter.cpp +++ b/Net/src/MultipartWriter.cpp @@ -1,7 +1,7 @@ // // MultipartWriter.cpp // -// $Id: //poco/1.2/Net/src/MultipartWriter.cpp#1 $ +// $Id: //poco/1.3/Net/src/MultipartWriter.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/NameValueCollection.cpp b/Net/src/NameValueCollection.cpp index e7e296d43..e2b8cbc76 100644 --- a/Net/src/NameValueCollection.cpp +++ b/Net/src/NameValueCollection.cpp @@ -1,7 +1,7 @@ // // NameValueCollection.cpp // -// $Id: //poco/1.2/Net/src/NameValueCollection.cpp#1 $ +// $Id: //poco/1.3/Net/src/NameValueCollection.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/NetException.cpp b/Net/src/NetException.cpp index 00176e18d..db0c36711 100644 --- a/Net/src/NetException.cpp +++ b/Net/src/NetException.cpp @@ -1,7 +1,7 @@ // // NetException.cpp // -// $Id: //poco/1.2/Net/src/NetException.cpp#1 $ +// $Id: //poco/1.3/Net/src/NetException.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/NetworkInterface.cpp b/Net/src/NetworkInterface.cpp index 3ea78897a..080526564 100644 --- a/Net/src/NetworkInterface.cpp +++ b/Net/src/NetworkInterface.cpp @@ -1,7 +1,7 @@ // // NetworkInterface.cpp // -// $Id: //poco/1.2/Net/src/NetworkInterface.cpp#1 $ +// $Id: //poco/1.3/Net/src/NetworkInterface.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/NullPartHandler.cpp b/Net/src/NullPartHandler.cpp index 813714c06..e640858fc 100644 --- a/Net/src/NullPartHandler.cpp +++ b/Net/src/NullPartHandler.cpp @@ -1,7 +1,7 @@ // // NullPartHandler.cpp // -// $Id: //poco/1.2/Net/src/NullPartHandler.cpp#1 $ +// $Id: //poco/1.3/Net/src/NullPartHandler.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/POP3ClientSession.cpp b/Net/src/POP3ClientSession.cpp index 496fa12a2..235814e49 100644 --- a/Net/src/POP3ClientSession.cpp +++ b/Net/src/POP3ClientSession.cpp @@ -1,7 +1,7 @@ // // POP3ClientSession.cpp // -// $Id: //poco/1.2/Net/src/POP3ClientSession.cpp#1 $ +// $Id: //poco/1.3/Net/src/POP3ClientSession.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/PartHandler.cpp b/Net/src/PartHandler.cpp index a147d47f5..8da777846 100644 --- a/Net/src/PartHandler.cpp +++ b/Net/src/PartHandler.cpp @@ -1,7 +1,7 @@ // // PartHandler.cpp // -// $Id: //poco/1.2/Net/src/PartHandler.cpp#1 $ +// $Id: //poco/1.3/Net/src/PartHandler.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/PartSource.cpp b/Net/src/PartSource.cpp index 48e3eb059..f73836210 100644 --- a/Net/src/PartSource.cpp +++ b/Net/src/PartSource.cpp @@ -1,7 +1,7 @@ // // PartSource.cpp // -// $Id: //poco/1.2/Net/src/PartSource.cpp#1 $ +// $Id: //poco/1.3/Net/src/PartSource.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/QuotedPrintableDecoder.cpp b/Net/src/QuotedPrintableDecoder.cpp index bb32e8ae2..994537d87 100644 --- a/Net/src/QuotedPrintableDecoder.cpp +++ b/Net/src/QuotedPrintableDecoder.cpp @@ -1,7 +1,7 @@ // // QuotedPrintableDecoder.cpp // -// $Id: //poco/1.2/Net/src/QuotedPrintableDecoder.cpp#1 $ +// $Id: //poco/1.3/Net/src/QuotedPrintableDecoder.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/QuotedPrintableEncoder.cpp b/Net/src/QuotedPrintableEncoder.cpp index b31e50a58..e163680af 100644 --- a/Net/src/QuotedPrintableEncoder.cpp +++ b/Net/src/QuotedPrintableEncoder.cpp @@ -1,7 +1,7 @@ // // QuotedPrintableEncoder.cpp // -// $Id: //poco/1.2/Net/src/QuotedPrintableEncoder.cpp#1 $ +// $Id: //poco/1.3/Net/src/QuotedPrintableEncoder.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/RawSocket.cpp b/Net/src/RawSocket.cpp index ad8961267..86bfc1975 100644 --- a/Net/src/RawSocket.cpp +++ b/Net/src/RawSocket.cpp @@ -1,7 +1,7 @@ // // RawSocket.cpp // -// $Id: //poco/1.2/Net/src/RawSocket.cpp#1 $ +// $Id: //poco/1.3/Net/src/RawSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/RawSocketImpl.cpp b/Net/src/RawSocketImpl.cpp index 3cb21389b..2a1bb5eb7 100644 --- a/Net/src/RawSocketImpl.cpp +++ b/Net/src/RawSocketImpl.cpp @@ -1,7 +1,7 @@ // // RawSocketImpl.cpp // -// $Id: //poco/1.2/Net/src/RawSocketImpl.cpp#1 $ +// $Id: //poco/1.3/Net/src/RawSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/RemoteSyslogChannel.cpp b/Net/src/RemoteSyslogChannel.cpp new file mode 100644 index 000000000..dc802104c --- /dev/null +++ b/Net/src/RemoteSyslogChannel.cpp @@ -0,0 +1,353 @@ +// +// RemoteSyslogChannel.cpp +// +// $Id: //poco/1.3/Net/src/RemoteSyslogChannel.cpp#1 $ +// +// Library: Net +// Package: Logging +// Module: RemoteSyslogChannel +// +// Copyright (c) 2006, Applied Informatics Software Engineering GmbH. +// and Contributors. +// +// Permission is hereby granted, free of charge, to any person or organization +// obtaining a copy of the software and accompanying documentation covered by +// this license (the "Software") to use, reproduce, display, distribute, +// execute, and transmit the Software, and to prepare derivative works of the +// Software, and to permit third-parties to whom the Software is furnished to +// do so, all subject to the following: +// +// The copyright notices in the Software and this entire statement, including +// the above license grant, this restriction and the following disclaimer, +// must be included in all copies of the Software, in whole or in part, and +// all derivative works of the Software, unless such copies or derivative +// works are solely in the form of machine-executable object code generated by +// a source language processor. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +// DEALINGS IN THE SOFTWARE. +// + + +#include "Poco/Net/RemoteSyslogChannel.h" +#include "Poco/Message.h" +#include "Poco/DateTimeFormatter.h" +#include "Poco/NumberFormatter.h" +#include "Poco/Net/SocketAddress.h" +#include "Poco/Net/DNS.h" +#include "Poco/LoggingFactory.h" +#include "Poco/Instantiator.h" +#include "Poco/String.h" + + +namespace Poco { +namespace Net { + + +const std::string RemoteSyslogChannel::PROP_NAME("name"); +const std::string RemoteSyslogChannel::PROP_FACILITY("facility"); +const std::string RemoteSyslogChannel::PROP_FORMAT("format"); +const std::string RemoteSyslogChannel::PROP_LOGHOST("loghost"); +const std::string RemoteSyslogChannel::PROP_HOST("host"); + + +RemoteSyslogChannel::RemoteSyslogChannel(): + _logHost("localhost"), + _name("-"), + _facility(SYSLOG_USER), + _bsdFormat(false), + _open(false) +{ +} + + +RemoteSyslogChannel::RemoteSyslogChannel(const std::string& address, const std::string& name, int facility, bool bsdFormat): + _logHost(address), + _name(name), + _facility(facility), + _bsdFormat(bsdFormat), + _open(false) +{ + if (_name.empty()) _name = "-"; +} + + +RemoteSyslogChannel::~RemoteSyslogChannel() +{ + close(); +} + + +void RemoteSyslogChannel::open() +{ + if (_open) return; + + SocketAddress sa; + if (_logHost.find(':') != std::string::npos) + sa = SocketAddress(_logHost); + else + sa = SocketAddress(_logHost, SYSLOG_PORT); + + _socket.connect(sa); + if (_host.empty()) + { + try + { + _host = DNS::thisHost().name(); + } + catch (Poco::Exception&) + { + _host = _socket.address().host().toString(); + } + } +} + + +void RemoteSyslogChannel::close() +{ + if (_open) + { + _socket.close(); + _open = false; + } +} + + +void RemoteSyslogChannel::log(const Message& msg) +{ + if (!_open) open(); + + std::string m; + m.reserve(1024); + m += '<'; + m += Poco::NumberFormatter::format(getPrio(msg) + _facility); + m += '>'; + if (_bsdFormat) + { + m += Poco::DateTimeFormatter::format(msg.getTime(), "%w %f %H:%M:%S"); + m += ' '; + m += _host; + } + else + { + m += "1 "; // version + m += Poco::DateTimeFormatter::format(msg.getTime(), "%Y-%m-%dT%H:%M:%S.%i%z"); + m += ' '; + m += _host; + m += ' '; + m += _name; + m += ' '; + m += Poco::NumberFormatter::format(msg.getPid()); + m += ' '; + m += msg.getSource(); + } + m += ' '; + m += msg.getText(); + + _socket.sendBytes(m.data(), (int) m.size()); +} + + +void RemoteSyslogChannel::setProperty(const std::string& name, const std::string& value) +{ + if (name == PROP_NAME) + { + _name = value; + if (_name.empty()) _name = "-"; + } + else if (name == PROP_FACILITY) + { + std::string facility; + if (Poco::icompare(value, 4, "LOG_") == 0) + facility = Poco::toUpper(value.substr(4)); + else if (Poco::icompare(value, 4, "SYSLOG_") == 0) + facility = Poco::toUpper(value.substr(7)); + else + facility = Poco::toUpper(value); + + if (facility == "KERN") + _facility = SYSLOG_KERN; + else if (facility == "USER") + _facility = SYSLOG_USER; + else if (facility == "MAIL") + _facility = SYSLOG_MAIL; + else if (facility == "DAEMON") + _facility = SYSLOG_DAEMON; + else if (facility == "AUTH") + _facility = SYSLOG_AUTH; + else if (facility == "AUTHPRIV") + _facility = SYSLOG_AUTHPRIV; + else if (facility == "SYSLOG") + _facility = SYSLOG_SYSLOG; + else if (facility == "LPR") + _facility = SYSLOG_LPR; + else if (facility == "NEWS") + _facility = SYSLOG_NEWS; + else if (facility == "UUCP") + _facility = SYSLOG_UUCP; + else if (facility == "CRON") + _facility = SYSLOG_CRON; + else if (facility == "FTP") + _facility = SYSLOG_FTP; + else if (facility == "NTP") + _facility = SYSLOG_NTP; + else if (facility == "LOGAUDIT") + _facility = SYSLOG_LOGAUDIT; + else if (facility == "LOGALERT") + _facility = SYSLOG_LOGALERT; + else if (facility == "CLOCK") + _facility = SYSLOG_CLOCK; + else if (facility == "LOCAL0") + _facility = SYSLOG_LOCAL0; + else if (facility == "LOCAL1") + _facility = SYSLOG_LOCAL1; + else if (facility == "LOCAL2") + _facility = SYSLOG_LOCAL2; + else if (facility == "LOCAL3") + _facility = SYSLOG_LOCAL3; + else if (facility == "LOCAL4") + _facility = SYSLOG_LOCAL4; + else if (facility == "LOCAL5") + _facility = SYSLOG_LOCAL5; + else if (facility == "LOCAL6") + _facility = SYSLOG_LOCAL6; + else if (facility == "LOCAL7") + _facility = SYSLOG_LOCAL7; + } + else if (name == PROP_LOGHOST) + { + _logHost = value; + } + else if (name == PROP_HOST) + { + _host = value; + } + else if (name == PROP_FORMAT) + { + _bsdFormat = (value == "bsd"); + } + else + { + Channel::setProperty(name, value); + } +} + + +std::string RemoteSyslogChannel::getProperty(const std::string& name) const +{ + if (name == PROP_NAME) + { + if (_name != "-") + return _name; + else + return ""; + } + else if (name == PROP_FACILITY) + { + if (_facility == SYSLOG_KERN) + return "KERN"; + else if (_facility == SYSLOG_USER) + return "USER"; + else if (_facility == SYSLOG_MAIL) + return "MAIL"; + else if (_facility == SYSLOG_DAEMON) + return "DAEMON"; + else if (_facility == SYSLOG_AUTH) + return "AUTH"; + else if (_facility == SYSLOG_AUTHPRIV) + return "AUTHPRIV"; + else if (_facility == SYSLOG_SYSLOG) + return "SYSLOG"; + else if (_facility == SYSLOG_LPR) + return "LPR"; + else if (_facility == SYSLOG_NEWS) + return "NEWS"; + else if (_facility == SYSLOG_UUCP) + return "UUCP"; + else if (_facility == SYSLOG_CRON) + return "CRON"; + else if (_facility == SYSLOG_FTP) + return "FTP"; + else if (_facility == SYSLOG_NTP) + return "NTP"; + else if (_facility == SYSLOG_LOGAUDIT) + return "LOGAUDIT"; + else if (_facility == SYSLOG_LOGALERT) + return "LOGALERT"; + else if (_facility == SYSLOG_CLOCK) + return "CLOCK"; + else if (_facility == SYSLOG_LOCAL0) + return "LOCAL0"; + else if (_facility == SYSLOG_LOCAL1) + return "LOCAL1"; + else if (_facility == SYSLOG_LOCAL2) + return "LOCAL2"; + else if (_facility == SYSLOG_LOCAL3) + return "LOCAL3"; + else if (_facility == SYSLOG_LOCAL4) + return "LOCAL4"; + else if (_facility == SYSLOG_LOCAL5) + return "LOCAL5"; + else if (_facility == SYSLOG_LOCAL6) + return "LOCAL6"; + else if (_facility == SYSLOG_LOCAL7) + return "LOCAL7"; + else + return ""; + } + else if (name == PROP_LOGHOST) + { + return _logHost; + } + else if (name == PROP_HOST) + { + return _host; + } + else if (name == PROP_FORMAT) + { + return _bsdFormat ? "bsd" : "new"; + } + else + { + return Channel::getProperty(name); + } +} + + +int RemoteSyslogChannel::getPrio(const Message& msg) +{ + switch (msg.getPriority()) + { + case Message::PRIO_TRACE: + case Message::PRIO_DEBUG: + return SYSLOG_DEBUG; + case Message::PRIO_INFORMATION: + return SYSLOG_INFORMATIONAL; + case Message::PRIO_NOTICE: + return SYSLOG_NOTICE; + case Message::PRIO_WARNING: + return SYSLOG_WARNING; + case Message::PRIO_ERROR: + return SYSLOG_ERROR; + case Message::PRIO_CRITICAL: + return SYSLOG_CRITICAL; + case Message::PRIO_FATAL: + return SYSLOG_ALERT; + default: + return 0; + } +} + + +void RemoteSyslogChannel::registerChannel() +{ + Poco::LoggingFactory::defaultFactory().registerChannelClass("RemoteSyslogChannel", new Poco::Instantiator); +} + + +} } // namespace Poco::Net diff --git a/Net/src/SMTPClientSession.cpp b/Net/src/SMTPClientSession.cpp index d83b6790f..56b686337 100644 --- a/Net/src/SMTPClientSession.cpp +++ b/Net/src/SMTPClientSession.cpp @@ -1,7 +1,7 @@ // // SMTPClientSession.cpp // -// $Id: //poco/1.2/Net/src/SMTPClientSession.cpp#1 $ +// $Id: //poco/1.3/Net/src/SMTPClientSession.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/ServerSocket.cpp b/Net/src/ServerSocket.cpp index 797dd2ead..c8a58fb4d 100644 --- a/Net/src/ServerSocket.cpp +++ b/Net/src/ServerSocket.cpp @@ -1,7 +1,7 @@ // // ServerSocket.cpp // -// $Id: //poco/1.2/Net/src/ServerSocket.cpp#1 $ +// $Id: //poco/1.3/Net/src/ServerSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/ServerSocketImpl.cpp b/Net/src/ServerSocketImpl.cpp index 1eb4a106e..ad9c6bcfd 100644 --- a/Net/src/ServerSocketImpl.cpp +++ b/Net/src/ServerSocketImpl.cpp @@ -1,7 +1,7 @@ // // ServerSocketImpl.cpp // -// $Id: //poco/1.2/Net/src/ServerSocketImpl.cpp#1 $ +// $Id: //poco/1.3/Net/src/ServerSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/Socket.cpp b/Net/src/Socket.cpp index dbc886a9e..96bb58085 100644 --- a/Net/src/Socket.cpp +++ b/Net/src/Socket.cpp @@ -1,7 +1,7 @@ // // Socket.cpp // -// $Id: //poco/1.2/Net/src/Socket.cpp#2 $ +// $Id: //poco/1.3/Net/src/Socket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/SocketAddress.cpp b/Net/src/SocketAddress.cpp index 99e2c877c..0b2c4971f 100644 --- a/Net/src/SocketAddress.cpp +++ b/Net/src/SocketAddress.cpp @@ -1,7 +1,7 @@ // // SocketAddress.cpp // -// $Id: //poco/1.2/Net/src/SocketAddress.cpp#1 $ +// $Id: //poco/1.3/Net/src/SocketAddress.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/SocketImpl.cpp b/Net/src/SocketImpl.cpp index 482c66dca..e9b9add0a 100644 --- a/Net/src/SocketImpl.cpp +++ b/Net/src/SocketImpl.cpp @@ -1,7 +1,7 @@ // // SocketImpl.cpp // -// $Id: //poco/1.2/Net/src/SocketImpl.cpp#2 $ +// $Id: //poco/1.3/Net/src/SocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/SocketNotification.cpp b/Net/src/SocketNotification.cpp index 4ae67df81..a4572f483 100644 --- a/Net/src/SocketNotification.cpp +++ b/Net/src/SocketNotification.cpp @@ -1,7 +1,7 @@ // // SocketNotification.cpp // -// $Id: //poco/1.2/Net/src/SocketNotification.cpp#1 $ +// $Id: //poco/1.3/Net/src/SocketNotification.cpp#1 $ // // Library: Net // Package: Reactor diff --git a/Net/src/SocketNotifier.cpp b/Net/src/SocketNotifier.cpp index ee4b4a009..d120d6218 100644 --- a/Net/src/SocketNotifier.cpp +++ b/Net/src/SocketNotifier.cpp @@ -1,7 +1,7 @@ // // SocketNotifier.cpp // -// $Id: //poco/1.2/Net/src/SocketNotifier.cpp#2 $ +// $Id: //poco/1.3/Net/src/SocketNotifier.cpp#1 $ // // Library: Net // Package: Reactor diff --git a/Net/src/SocketReactor.cpp b/Net/src/SocketReactor.cpp index 18fd7a702..b6dabc7a4 100644 --- a/Net/src/SocketReactor.cpp +++ b/Net/src/SocketReactor.cpp @@ -1,7 +1,7 @@ // // SocketReactor.cpp // -// $Id: //poco/1.2/Net/src/SocketReactor.cpp#1 $ +// $Id: //poco/1.3/Net/src/SocketReactor.cpp#1 $ // // Library: Net // Package: Reactor diff --git a/Net/src/SocketStream.cpp b/Net/src/SocketStream.cpp index a099e826b..935a04be2 100644 --- a/Net/src/SocketStream.cpp +++ b/Net/src/SocketStream.cpp @@ -1,7 +1,7 @@ // // SocketStream.cpp // -// $Id: //poco/1.2/Net/src/SocketStream.cpp#1 $ +// $Id: //poco/1.3/Net/src/SocketStream.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/StreamSocket.cpp b/Net/src/StreamSocket.cpp index 68eb2a4bc..fc21f4a99 100644 --- a/Net/src/StreamSocket.cpp +++ b/Net/src/StreamSocket.cpp @@ -1,7 +1,7 @@ // // StreamSocket.cpp // -// $Id: //poco/1.2/Net/src/StreamSocket.cpp#1 $ +// $Id: //poco/1.3/Net/src/StreamSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/StreamSocketImpl.cpp b/Net/src/StreamSocketImpl.cpp index 93c77992e..eb1c37c93 100644 --- a/Net/src/StreamSocketImpl.cpp +++ b/Net/src/StreamSocketImpl.cpp @@ -1,7 +1,7 @@ // // StreamSocketImpl.cpp // -// $Id: //poco/1.2/Net/src/StreamSocketImpl.cpp#1 $ +// $Id: //poco/1.3/Net/src/StreamSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/StringPartSource.cpp b/Net/src/StringPartSource.cpp index 32fc1d4d3..8fed81a86 100644 --- a/Net/src/StringPartSource.cpp +++ b/Net/src/StringPartSource.cpp @@ -1,7 +1,7 @@ // // StringPartSource.cpp // -// $Id: //poco/1.2/Net/src/StringPartSource.cpp#1 $ +// $Id: //poco/1.3/Net/src/StringPartSource.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/TCPServer.cpp b/Net/src/TCPServer.cpp index 7f0d4de46..aa90c4b85 100644 --- a/Net/src/TCPServer.cpp +++ b/Net/src/TCPServer.cpp @@ -1,7 +1,7 @@ // // TCPServer.cpp // -// $Id: //poco/1.2/Net/src/TCPServer.cpp#1 $ +// $Id: //poco/1.3/Net/src/TCPServer.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerConnection.cpp b/Net/src/TCPServerConnection.cpp index 9546c788f..0ad72e2a1 100644 --- a/Net/src/TCPServerConnection.cpp +++ b/Net/src/TCPServerConnection.cpp @@ -1,7 +1,7 @@ // // TCPServerConnection.cpp // -// $Id: //poco/1.2/Net/src/TCPServerConnection.cpp#1 $ +// $Id: //poco/1.3/Net/src/TCPServerConnection.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerConnectionFactory.cpp b/Net/src/TCPServerConnectionFactory.cpp index 02f3fd76b..5b6db7348 100644 --- a/Net/src/TCPServerConnectionFactory.cpp +++ b/Net/src/TCPServerConnectionFactory.cpp @@ -1,7 +1,7 @@ // // TCPServerConnectionFactory.cpp // -// $Id: //poco/1.2/Net/src/TCPServerConnectionFactory.cpp#1 $ +// $Id: //poco/1.3/Net/src/TCPServerConnectionFactory.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerDispatcher.cpp b/Net/src/TCPServerDispatcher.cpp index 8c3537fda..1961f2286 100644 --- a/Net/src/TCPServerDispatcher.cpp +++ b/Net/src/TCPServerDispatcher.cpp @@ -1,7 +1,7 @@ // // TCPServerDispatcher.cpp // -// $Id: //poco/1.2/Net/src/TCPServerDispatcher.cpp#1 $ +// $Id: //poco/1.3/Net/src/TCPServerDispatcher.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerParams.cpp b/Net/src/TCPServerParams.cpp index 5173cac3f..5a267829f 100644 --- a/Net/src/TCPServerParams.cpp +++ b/Net/src/TCPServerParams.cpp @@ -1,7 +1,7 @@ // // TCPServerParams.cpp // -// $Id: //poco/1.2/Net/src/TCPServerParams.cpp#2 $ +// $Id: //poco/1.3/Net/src/TCPServerParams.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/testsuite/Makefile b/Net/testsuite/Makefile index dbe5031eb..5d3ede6f0 100644 --- a/Net/testsuite/Makefile +++ b/Net/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.2/Net/testsuite/Makefile#1 $ +# $Id: //poco/1.3/Net/testsuite/Makefile#1 $ # # Makefile for Poco Net testsuite # diff --git a/Net/testsuite/TestSuite.vmsbuild b/Net/testsuite/TestSuite.vmsbuild index e75753043..f13968209 100644 --- a/Net/testsuite/TestSuite.vmsbuild +++ b/Net/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.2/Net/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.3/Net/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner NetTestSuite diff --git a/Net/testsuite/src/DNSTest.cpp b/Net/testsuite/src/DNSTest.cpp index 7e01bc2ef..857b82250 100644 --- a/Net/testsuite/src/DNSTest.cpp +++ b/Net/testsuite/src/DNSTest.cpp @@ -1,7 +1,7 @@ // // DNSTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/DNSTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DNSTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DNSTest.h b/Net/testsuite/src/DNSTest.h index a203a4ca7..9f6ad8d46 100644 --- a/Net/testsuite/src/DNSTest.h +++ b/Net/testsuite/src/DNSTest.h @@ -1,7 +1,7 @@ // // DNSTest.h // -// $Id: //poco/1.2/Net/testsuite/src/DNSTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DNSTest.h#1 $ // // Definition of the DNSTest class. // diff --git a/Net/testsuite/src/DatagramSocketTest.cpp b/Net/testsuite/src/DatagramSocketTest.cpp index cce795941..20b14f58c 100644 --- a/Net/testsuite/src/DatagramSocketTest.cpp +++ b/Net/testsuite/src/DatagramSocketTest.cpp @@ -1,7 +1,7 @@ // // DatagramSocketTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/DatagramSocketTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DatagramSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DatagramSocketTest.h b/Net/testsuite/src/DatagramSocketTest.h index 1a9a5c393..3a884b229 100644 --- a/Net/testsuite/src/DatagramSocketTest.h +++ b/Net/testsuite/src/DatagramSocketTest.h @@ -1,7 +1,7 @@ // // DatagramSocketTest.h // -// $Id: //poco/1.2/Net/testsuite/src/DatagramSocketTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DatagramSocketTest.h#1 $ // // Definition of the DatagramSocketTest class. // diff --git a/Net/testsuite/src/DialogServer.cpp b/Net/testsuite/src/DialogServer.cpp index 9ea08c2be..b0c913628 100644 --- a/Net/testsuite/src/DialogServer.cpp +++ b/Net/testsuite/src/DialogServer.cpp @@ -1,7 +1,7 @@ // // DialogServer.cpp // -// $Id: //poco/1.2/Net/testsuite/src/DialogServer.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DialogServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DialogServer.h b/Net/testsuite/src/DialogServer.h index e874b2bdf..5cbbc4cd8 100644 --- a/Net/testsuite/src/DialogServer.h +++ b/Net/testsuite/src/DialogServer.h @@ -1,7 +1,7 @@ // // DialogServer.h // -// $Id: //poco/1.2/Net/testsuite/src/DialogServer.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DialogServer.h#1 $ // // Definition of the DialogServer class. // diff --git a/Net/testsuite/src/DialogSocketTest.cpp b/Net/testsuite/src/DialogSocketTest.cpp index 649bec771..db1ee8f68 100644 --- a/Net/testsuite/src/DialogSocketTest.cpp +++ b/Net/testsuite/src/DialogSocketTest.cpp @@ -1,7 +1,7 @@ // // DialogSocketTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/DialogSocketTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DialogSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DialogSocketTest.h b/Net/testsuite/src/DialogSocketTest.h index 5cb5d3c80..94ad475b5 100644 --- a/Net/testsuite/src/DialogSocketTest.h +++ b/Net/testsuite/src/DialogSocketTest.h @@ -1,7 +1,7 @@ // // DialogSocketTest.h // -// $Id: //poco/1.2/Net/testsuite/src/DialogSocketTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/DialogSocketTest.h#1 $ // // Definition of the DialogSocketTest class. // diff --git a/Net/testsuite/src/Driver.cpp b/Net/testsuite/src/Driver.cpp index 2a99cae30..750cd403f 100644 --- a/Net/testsuite/src/Driver.cpp +++ b/Net/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.2/Net/testsuite/src/Driver.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco Net. // diff --git a/Net/testsuite/src/EchoServer.cpp b/Net/testsuite/src/EchoServer.cpp index 7287c8697..c456c3245 100644 --- a/Net/testsuite/src/EchoServer.cpp +++ b/Net/testsuite/src/EchoServer.cpp @@ -1,7 +1,7 @@ // // EchoServer.cpp // -// $Id: //poco/1.2/Net/testsuite/src/EchoServer.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/EchoServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/EchoServer.h b/Net/testsuite/src/EchoServer.h index 23ed92fff..22e1d4b41 100644 --- a/Net/testsuite/src/EchoServer.h +++ b/Net/testsuite/src/EchoServer.h @@ -1,7 +1,7 @@ // // EchoServer.h // -// $Id: //poco/1.2/Net/testsuite/src/EchoServer.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/EchoServer.h#1 $ // // Definition of the EchoServer class. // diff --git a/Net/testsuite/src/FTPClientSessionTest.cpp b/Net/testsuite/src/FTPClientSessionTest.cpp index 1a6917248..8ce2c3d3c 100644 --- a/Net/testsuite/src/FTPClientSessionTest.cpp +++ b/Net/testsuite/src/FTPClientSessionTest.cpp @@ -1,7 +1,7 @@ // // FTPClientSessionTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/FTPClientSessionTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/FTPClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/FTPClientSessionTest.h b/Net/testsuite/src/FTPClientSessionTest.h index 4d4c5edd4..5ad26185a 100644 --- a/Net/testsuite/src/FTPClientSessionTest.h +++ b/Net/testsuite/src/FTPClientSessionTest.h @@ -1,7 +1,7 @@ // // FTPClientSessionTest.h // -// $Id: //poco/1.2/Net/testsuite/src/FTPClientSessionTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/FTPClientSessionTest.h#1 $ // // Definition of the FTPClientSessionTest class. // diff --git a/Net/testsuite/src/FTPClientTestSuite.cpp b/Net/testsuite/src/FTPClientTestSuite.cpp index 14e1c56c3..d32f79af3 100644 --- a/Net/testsuite/src/FTPClientTestSuite.cpp +++ b/Net/testsuite/src/FTPClientTestSuite.cpp @@ -1,7 +1,7 @@ // // FTPClientTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/FTPClientTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/FTPClientTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/FTPClientTestSuite.h b/Net/testsuite/src/FTPClientTestSuite.h index b1be40863..f414a319e 100644 --- a/Net/testsuite/src/FTPClientTestSuite.h +++ b/Net/testsuite/src/FTPClientTestSuite.h @@ -1,7 +1,7 @@ // // FTPClientTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/FTPClientTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/FTPClientTestSuite.h#1 $ // // Definition of the FTPClientTestSuite class. // diff --git a/Net/testsuite/src/FTPStreamFactoryTest.cpp b/Net/testsuite/src/FTPStreamFactoryTest.cpp index 3f015fb4c..55d898129 100644 --- a/Net/testsuite/src/FTPStreamFactoryTest.cpp +++ b/Net/testsuite/src/FTPStreamFactoryTest.cpp @@ -1,7 +1,7 @@ // // FTPStreamFactoryTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/FTPStreamFactoryTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/FTPStreamFactoryTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/FTPStreamFactoryTest.h b/Net/testsuite/src/FTPStreamFactoryTest.h index c0165e593..0f43be456 100644 --- a/Net/testsuite/src/FTPStreamFactoryTest.h +++ b/Net/testsuite/src/FTPStreamFactoryTest.h @@ -1,7 +1,7 @@ // // FTPStreamFactoryTest.h // -// $Id: //poco/1.2/Net/testsuite/src/FTPStreamFactoryTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/FTPStreamFactoryTest.h#1 $ // // Definition of the FTPStreamFactoryTest class. // diff --git a/Net/testsuite/src/HTMLFormTest.cpp b/Net/testsuite/src/HTMLFormTest.cpp index 72a046ed8..8167b7a16 100644 --- a/Net/testsuite/src/HTMLFormTest.cpp +++ b/Net/testsuite/src/HTMLFormTest.cpp @@ -1,7 +1,7 @@ // // HTMLFormTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTMLFormTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTMLFormTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTMLFormTest.h b/Net/testsuite/src/HTMLFormTest.h index afd677784..faa94ce18 100644 --- a/Net/testsuite/src/HTMLFormTest.h +++ b/Net/testsuite/src/HTMLFormTest.h @@ -1,7 +1,7 @@ // // HTMLFormTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTMLFormTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTMLFormTest.h#1 $ // // Definition of the HTMLFormTest class. // diff --git a/Net/testsuite/src/HTMLTestSuite.cpp b/Net/testsuite/src/HTMLTestSuite.cpp index fa42fbd64..d5bbd74ec 100644 --- a/Net/testsuite/src/HTMLTestSuite.cpp +++ b/Net/testsuite/src/HTMLTestSuite.cpp @@ -1,7 +1,7 @@ // // HTMLTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTMLTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTMLTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTMLTestSuite.h b/Net/testsuite/src/HTMLTestSuite.h index 28217e53d..f6ae0add1 100644 --- a/Net/testsuite/src/HTMLTestSuite.h +++ b/Net/testsuite/src/HTMLTestSuite.h @@ -1,7 +1,7 @@ // // HTMLTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/HTMLTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTMLTestSuite.h#1 $ // // Definition of the HTMLTestSuite class. // diff --git a/Net/testsuite/src/HTTPClientSessionTest.cpp b/Net/testsuite/src/HTTPClientSessionTest.cpp index 00af1621f..de3e8a665 100644 --- a/Net/testsuite/src/HTTPClientSessionTest.cpp +++ b/Net/testsuite/src/HTTPClientSessionTest.cpp @@ -1,7 +1,7 @@ // // HTTPClientSessionTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPClientSessionTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPClientSessionTest.h b/Net/testsuite/src/HTTPClientSessionTest.h index 400549971..218403f59 100644 --- a/Net/testsuite/src/HTTPClientSessionTest.h +++ b/Net/testsuite/src/HTTPClientSessionTest.h @@ -1,7 +1,7 @@ // // HTTPClientSessionTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPClientSessionTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPClientSessionTest.h#1 $ // // Definition of the HTTPClientSessionTest class. // diff --git a/Net/testsuite/src/HTTPClientTestSuite.cpp b/Net/testsuite/src/HTTPClientTestSuite.cpp index 18eacae09..18fbb3aa5 100644 --- a/Net/testsuite/src/HTTPClientTestSuite.cpp +++ b/Net/testsuite/src/HTTPClientTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPClientTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPClientTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPClientTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPClientTestSuite.h b/Net/testsuite/src/HTTPClientTestSuite.h index e55456833..6a4dd35c0 100644 --- a/Net/testsuite/src/HTTPClientTestSuite.h +++ b/Net/testsuite/src/HTTPClientTestSuite.h @@ -1,7 +1,7 @@ // // HTTPClientTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPClientTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPClientTestSuite.h#1 $ // // Definition of the HTTPClientTestSuite class. // diff --git a/Net/testsuite/src/HTTPCookieTest.cpp b/Net/testsuite/src/HTTPCookieTest.cpp index 76a60cfac..870830e92 100644 --- a/Net/testsuite/src/HTTPCookieTest.cpp +++ b/Net/testsuite/src/HTTPCookieTest.cpp @@ -1,7 +1,7 @@ // // HTTPCookieTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPCookieTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPCookieTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPCookieTest.h b/Net/testsuite/src/HTTPCookieTest.h index 4ccc04470..156174512 100644 --- a/Net/testsuite/src/HTTPCookieTest.h +++ b/Net/testsuite/src/HTTPCookieTest.h @@ -1,7 +1,7 @@ // // HTTPCookieTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPCookieTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPCookieTest.h#1 $ // // Definition of the HTTPCookieTest class. // diff --git a/Net/testsuite/src/HTTPCredentialsTest.cpp b/Net/testsuite/src/HTTPCredentialsTest.cpp index d745ff3da..e1ea9e4ee 100644 --- a/Net/testsuite/src/HTTPCredentialsTest.cpp +++ b/Net/testsuite/src/HTTPCredentialsTest.cpp @@ -1,7 +1,7 @@ // // HTTPCredentialsTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPCredentialsTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPCredentialsTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPCredentialsTest.h b/Net/testsuite/src/HTTPCredentialsTest.h index 2ae5726cb..4c00fd86e 100644 --- a/Net/testsuite/src/HTTPCredentialsTest.h +++ b/Net/testsuite/src/HTTPCredentialsTest.h @@ -1,7 +1,7 @@ // // HTTPCredentialsTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPCredentialsTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPCredentialsTest.h#1 $ // // Definition of the HTTPCredentialsTest class. // diff --git a/Net/testsuite/src/HTTPRequestTest.cpp b/Net/testsuite/src/HTTPRequestTest.cpp index 5e324d0af..93fc02f76 100644 --- a/Net/testsuite/src/HTTPRequestTest.cpp +++ b/Net/testsuite/src/HTTPRequestTest.cpp @@ -1,7 +1,7 @@ // // HTTPRequestTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPRequestTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPRequestTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPRequestTest.h b/Net/testsuite/src/HTTPRequestTest.h index 2b2c1a6c6..5dd99d6a5 100644 --- a/Net/testsuite/src/HTTPRequestTest.h +++ b/Net/testsuite/src/HTTPRequestTest.h @@ -1,7 +1,7 @@ // // HTTPRequestTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPRequestTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPRequestTest.h#1 $ // // Definition of the HTTPRequestTest class. // diff --git a/Net/testsuite/src/HTTPResponseTest.cpp b/Net/testsuite/src/HTTPResponseTest.cpp index d59eec02a..6d38b7a6a 100644 --- a/Net/testsuite/src/HTTPResponseTest.cpp +++ b/Net/testsuite/src/HTTPResponseTest.cpp @@ -1,7 +1,7 @@ // // HTTPResponseTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPResponseTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPResponseTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPResponseTest.h b/Net/testsuite/src/HTTPResponseTest.h index 0820586cd..0a74ad89b 100644 --- a/Net/testsuite/src/HTTPResponseTest.h +++ b/Net/testsuite/src/HTTPResponseTest.h @@ -1,7 +1,7 @@ // // HTTPResponseTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPResponseTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPResponseTest.h#1 $ // // Definition of the HTTPResponseTest class. // diff --git a/Net/testsuite/src/HTTPServerTest.cpp b/Net/testsuite/src/HTTPServerTest.cpp index bf7439beb..edec879da 100644 --- a/Net/testsuite/src/HTTPServerTest.cpp +++ b/Net/testsuite/src/HTTPServerTest.cpp @@ -1,7 +1,7 @@ // // HTTPServerTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPServerTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPServerTest.h b/Net/testsuite/src/HTTPServerTest.h index 1e1c3122d..361337b1a 100644 --- a/Net/testsuite/src/HTTPServerTest.h +++ b/Net/testsuite/src/HTTPServerTest.h @@ -1,7 +1,7 @@ // // HTTPServerTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPServerTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTest.h#1 $ // // Definition of the HTTPServerTest class. // diff --git a/Net/testsuite/src/HTTPServerTestSuite.cpp b/Net/testsuite/src/HTTPServerTestSuite.cpp index 7bb0640d4..d7e035809 100644 --- a/Net/testsuite/src/HTTPServerTestSuite.cpp +++ b/Net/testsuite/src/HTTPServerTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPServerTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPServerTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPServerTestSuite.h b/Net/testsuite/src/HTTPServerTestSuite.h index 948fd53f6..3d8fab948 100644 --- a/Net/testsuite/src/HTTPServerTestSuite.h +++ b/Net/testsuite/src/HTTPServerTestSuite.h @@ -1,7 +1,7 @@ // // HTTPServerTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPServerTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTestSuite.h#1 $ // // Definition of the HTTPServerTestSuite class. // diff --git a/Net/testsuite/src/HTTPStreamFactoryTest.cpp b/Net/testsuite/src/HTTPStreamFactoryTest.cpp index 01a38a192..5edadbacd 100644 --- a/Net/testsuite/src/HTTPStreamFactoryTest.cpp +++ b/Net/testsuite/src/HTTPStreamFactoryTest.cpp @@ -1,7 +1,7 @@ // // HTTPStreamFactoryTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPStreamFactoryTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPStreamFactoryTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPStreamFactoryTest.h b/Net/testsuite/src/HTTPStreamFactoryTest.h index 8d2bd1ae9..6836d5d95 100644 --- a/Net/testsuite/src/HTTPStreamFactoryTest.h +++ b/Net/testsuite/src/HTTPStreamFactoryTest.h @@ -1,7 +1,7 @@ // // HTTPStreamFactoryTest.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPStreamFactoryTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPStreamFactoryTest.h#1 $ // // Definition of the HTTPStreamFactoryTest class. // diff --git a/Net/testsuite/src/HTTPTestServer.cpp b/Net/testsuite/src/HTTPTestServer.cpp index 1cdaeef0b..c9ed819ba 100644 --- a/Net/testsuite/src/HTTPTestServer.cpp +++ b/Net/testsuite/src/HTTPTestServer.cpp @@ -1,7 +1,7 @@ // // HTTPTestServer.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPTestServer.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPTestServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPTestServer.h b/Net/testsuite/src/HTTPTestServer.h index 378a44655..f198dea94 100644 --- a/Net/testsuite/src/HTTPTestServer.h +++ b/Net/testsuite/src/HTTPTestServer.h @@ -1,7 +1,7 @@ // // HTTPTestServer.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPTestServer.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPTestServer.h#1 $ // // Definition of the HTTPTestServer class. // diff --git a/Net/testsuite/src/HTTPTestSuite.cpp b/Net/testsuite/src/HTTPTestSuite.cpp index 9d93d900c..9daaa0f13 100644 --- a/Net/testsuite/src/HTTPTestSuite.cpp +++ b/Net/testsuite/src/HTTPTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/HTTPTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPTestSuite.h b/Net/testsuite/src/HTTPTestSuite.h index 53e99376f..e014fb615 100644 --- a/Net/testsuite/src/HTTPTestSuite.h +++ b/Net/testsuite/src/HTTPTestSuite.h @@ -1,7 +1,7 @@ // // HTTPTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/HTTPTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/HTTPTestSuite.h#1 $ // // Definition of the HTTPTestSuite class. // diff --git a/Net/testsuite/src/ICMPClientTest.cpp b/Net/testsuite/src/ICMPClientTest.cpp index 6b775c0e6..60383090f 100644 --- a/Net/testsuite/src/ICMPClientTest.cpp +++ b/Net/testsuite/src/ICMPClientTest.cpp @@ -1,7 +1,7 @@ // // ICMPClientTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/ICMPClientTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ICMPClientTest.h b/Net/testsuite/src/ICMPClientTest.h index 0d221aaa3..331b6b475 100644 --- a/Net/testsuite/src/ICMPClientTest.h +++ b/Net/testsuite/src/ICMPClientTest.h @@ -1,7 +1,7 @@ // // ICMPClientTest.h // -// $Id: //poco/1.2/Net/testsuite/src/ICMPClientTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTest.h#1 $ // // Definition of the ICMPClientTest class. // diff --git a/Net/testsuite/src/ICMPClientTestSuite.cpp b/Net/testsuite/src/ICMPClientTestSuite.cpp index a619759c2..178215242 100644 --- a/Net/testsuite/src/ICMPClientTestSuite.cpp +++ b/Net/testsuite/src/ICMPClientTestSuite.cpp @@ -1,7 +1,7 @@ // // ICMPClientTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/ICMPClientTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ICMPClientTestSuite.h b/Net/testsuite/src/ICMPClientTestSuite.h index 909c56c3a..905b9a1fa 100644 --- a/Net/testsuite/src/ICMPClientTestSuite.h +++ b/Net/testsuite/src/ICMPClientTestSuite.h @@ -1,7 +1,7 @@ // // ICMPClientTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/ICMPClientTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTestSuite.h#1 $ // // Definition of the ICMPClientTestSuite class. // diff --git a/Net/testsuite/src/ICMPSocketTest.cpp b/Net/testsuite/src/ICMPSocketTest.cpp index 252856e53..5fc9d74e7 100644 --- a/Net/testsuite/src/ICMPSocketTest.cpp +++ b/Net/testsuite/src/ICMPSocketTest.cpp @@ -1,7 +1,7 @@ // // ICMPSocketTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/ICMPSocketTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ICMPSocketTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ICMPSocketTest.h b/Net/testsuite/src/ICMPSocketTest.h index ea3642943..c4d834794 100644 --- a/Net/testsuite/src/ICMPSocketTest.h +++ b/Net/testsuite/src/ICMPSocketTest.h @@ -1,7 +1,7 @@ // // ICMPSocketTest.h // -// $Id: //poco/1.2/Net/testsuite/src/ICMPSocketTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ICMPSocketTest.h#1 $ // // Definition of the ICMPSocketTest class. // diff --git a/Net/testsuite/src/IPAddressTest.cpp b/Net/testsuite/src/IPAddressTest.cpp index 7200c6335..917c92458 100644 --- a/Net/testsuite/src/IPAddressTest.cpp +++ b/Net/testsuite/src/IPAddressTest.cpp @@ -1,7 +1,7 @@ // // IPAddressTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/IPAddressTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/IPAddressTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/IPAddressTest.h b/Net/testsuite/src/IPAddressTest.h index c47bb650d..2f37fc835 100644 --- a/Net/testsuite/src/IPAddressTest.h +++ b/Net/testsuite/src/IPAddressTest.h @@ -1,7 +1,7 @@ // // IPAddressTest.h // -// $Id: //poco/1.2/Net/testsuite/src/IPAddressTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/IPAddressTest.h#1 $ // // Definition of the IPAddressTest class. // diff --git a/Net/testsuite/src/MailMessageTest.cpp b/Net/testsuite/src/MailMessageTest.cpp index 40fe16e38..71579c5aa 100644 --- a/Net/testsuite/src/MailMessageTest.cpp +++ b/Net/testsuite/src/MailMessageTest.cpp @@ -1,7 +1,7 @@ // // MailMessageTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MailMessageTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MailMessageTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MailMessageTest.h b/Net/testsuite/src/MailMessageTest.h index df60b71d7..3606efa8a 100644 --- a/Net/testsuite/src/MailMessageTest.h +++ b/Net/testsuite/src/MailMessageTest.h @@ -1,7 +1,7 @@ // // MailMessageTest.h // -// $Id: //poco/1.2/Net/testsuite/src/MailMessageTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MailMessageTest.h#1 $ // // Definition of the MailMessageTest class. // diff --git a/Net/testsuite/src/MailStreamTest.cpp b/Net/testsuite/src/MailStreamTest.cpp index ab7804401..0ae215b76 100644 --- a/Net/testsuite/src/MailStreamTest.cpp +++ b/Net/testsuite/src/MailStreamTest.cpp @@ -1,7 +1,7 @@ // // MailStreamTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MailStreamTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MailStreamTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MailStreamTest.h b/Net/testsuite/src/MailStreamTest.h index 312d48acd..f0a41bab5 100644 --- a/Net/testsuite/src/MailStreamTest.h +++ b/Net/testsuite/src/MailStreamTest.h @@ -1,7 +1,7 @@ // // MailStreamTest.h // -// $Id: //poco/1.2/Net/testsuite/src/MailStreamTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MailStreamTest.h#1 $ // // Definition of the MailStreamTest class. // diff --git a/Net/testsuite/src/MailTestSuite.cpp b/Net/testsuite/src/MailTestSuite.cpp index b32263ebe..20e619321 100644 --- a/Net/testsuite/src/MailTestSuite.cpp +++ b/Net/testsuite/src/MailTestSuite.cpp @@ -1,7 +1,7 @@ // // MailTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MailTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MailTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MailTestSuite.h b/Net/testsuite/src/MailTestSuite.h index cc6b8ff43..4c1c12b80 100644 --- a/Net/testsuite/src/MailTestSuite.h +++ b/Net/testsuite/src/MailTestSuite.h @@ -1,7 +1,7 @@ // // MailTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/MailTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MailTestSuite.h#1 $ // // Definition of the MailTestSuite class. // diff --git a/Net/testsuite/src/MediaTypeTest.cpp b/Net/testsuite/src/MediaTypeTest.cpp index 0d0bbf925..743b0f266 100644 --- a/Net/testsuite/src/MediaTypeTest.cpp +++ b/Net/testsuite/src/MediaTypeTest.cpp @@ -1,7 +1,7 @@ // // MediaTypeTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MediaTypeTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MediaTypeTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MediaTypeTest.h b/Net/testsuite/src/MediaTypeTest.h index dfdcb2336..6d2cd8812 100644 --- a/Net/testsuite/src/MediaTypeTest.h +++ b/Net/testsuite/src/MediaTypeTest.h @@ -1,7 +1,7 @@ // // MediaTypeTest.h // -// $Id: //poco/1.2/Net/testsuite/src/MediaTypeTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MediaTypeTest.h#1 $ // // Definition of the MediaTypeTest class. // diff --git a/Net/testsuite/src/MessageHeaderTest.cpp b/Net/testsuite/src/MessageHeaderTest.cpp index 5031a877c..5f7e2b239 100644 --- a/Net/testsuite/src/MessageHeaderTest.cpp +++ b/Net/testsuite/src/MessageHeaderTest.cpp @@ -1,7 +1,7 @@ // // MessageHeaderTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MessageHeaderTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MessageHeaderTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MessageHeaderTest.h b/Net/testsuite/src/MessageHeaderTest.h index f26b7926a..e6f9bdfff 100644 --- a/Net/testsuite/src/MessageHeaderTest.h +++ b/Net/testsuite/src/MessageHeaderTest.h @@ -1,7 +1,7 @@ // // MessageHeaderTest.h // -// $Id: //poco/1.2/Net/testsuite/src/MessageHeaderTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MessageHeaderTest.h#1 $ // // Definition of the MessageHeaderTest class. // diff --git a/Net/testsuite/src/MessagesTestSuite.cpp b/Net/testsuite/src/MessagesTestSuite.cpp index 7d7f4798a..7abcc4469 100644 --- a/Net/testsuite/src/MessagesTestSuite.cpp +++ b/Net/testsuite/src/MessagesTestSuite.cpp @@ -1,7 +1,7 @@ // // MessagesTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MessagesTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MessagesTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MessagesTestSuite.h b/Net/testsuite/src/MessagesTestSuite.h index 5f1c4743a..19cb6fdd1 100644 --- a/Net/testsuite/src/MessagesTestSuite.h +++ b/Net/testsuite/src/MessagesTestSuite.h @@ -1,7 +1,7 @@ // // MessagesTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/MessagesTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MessagesTestSuite.h#1 $ // // Definition of the MessagesTestSuite class. // diff --git a/Net/testsuite/src/MulticastEchoServer.cpp b/Net/testsuite/src/MulticastEchoServer.cpp index a751e3426..55c1475fc 100644 --- a/Net/testsuite/src/MulticastEchoServer.cpp +++ b/Net/testsuite/src/MulticastEchoServer.cpp @@ -1,7 +1,7 @@ // // MulticastEchoServer.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MulticastEchoServer.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MulticastEchoServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MulticastEchoServer.h b/Net/testsuite/src/MulticastEchoServer.h index acf888cb9..9010b08b3 100644 --- a/Net/testsuite/src/MulticastEchoServer.h +++ b/Net/testsuite/src/MulticastEchoServer.h @@ -1,7 +1,7 @@ // // MulticastEchoServer.h // -// $Id: //poco/1.2/Net/testsuite/src/MulticastEchoServer.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MulticastEchoServer.h#1 $ // // Definition of the MulticastEchoServer class. // diff --git a/Net/testsuite/src/MulticastSocketTest.cpp b/Net/testsuite/src/MulticastSocketTest.cpp index a27c6d78f..da659322e 100644 --- a/Net/testsuite/src/MulticastSocketTest.cpp +++ b/Net/testsuite/src/MulticastSocketTest.cpp @@ -1,7 +1,7 @@ // // MulticastSocketTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MulticastSocketTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MulticastSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MulticastSocketTest.h b/Net/testsuite/src/MulticastSocketTest.h index a49052f7b..2f7ea2fe1 100644 --- a/Net/testsuite/src/MulticastSocketTest.h +++ b/Net/testsuite/src/MulticastSocketTest.h @@ -1,7 +1,7 @@ // // MulticastSocketTest.h // -// $Id: //poco/1.2/Net/testsuite/src/MulticastSocketTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MulticastSocketTest.h#1 $ // // Definition of the MulticastSocketTest class. // diff --git a/Net/testsuite/src/MultipartReaderTest.cpp b/Net/testsuite/src/MultipartReaderTest.cpp index 88c421325..024d16fd9 100644 --- a/Net/testsuite/src/MultipartReaderTest.cpp +++ b/Net/testsuite/src/MultipartReaderTest.cpp @@ -1,7 +1,7 @@ // // MultipartReaderTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MultipartReaderTest.cpp#2 $ +// $Id: //poco/1.3/Net/testsuite/src/MultipartReaderTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MultipartReaderTest.h b/Net/testsuite/src/MultipartReaderTest.h index f8a58b40d..1d7abc348 100644 --- a/Net/testsuite/src/MultipartReaderTest.h +++ b/Net/testsuite/src/MultipartReaderTest.h @@ -1,7 +1,7 @@ // // MultipartReaderTest.h // -// $Id: //poco/1.2/Net/testsuite/src/MultipartReaderTest.h#2 $ +// $Id: //poco/1.3/Net/testsuite/src/MultipartReaderTest.h#1 $ // // Definition of the MultipartReaderTest class. // diff --git a/Net/testsuite/src/MultipartWriterTest.cpp b/Net/testsuite/src/MultipartWriterTest.cpp index 5a0ab068c..b68102e68 100644 --- a/Net/testsuite/src/MultipartWriterTest.cpp +++ b/Net/testsuite/src/MultipartWriterTest.cpp @@ -1,7 +1,7 @@ // // MultipartWriterTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/MultipartWriterTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MultipartWriterTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MultipartWriterTest.h b/Net/testsuite/src/MultipartWriterTest.h index ac631ad29..d2daf9af6 100644 --- a/Net/testsuite/src/MultipartWriterTest.h +++ b/Net/testsuite/src/MultipartWriterTest.h @@ -1,7 +1,7 @@ // // MultipartWriterTest.h // -// $Id: //poco/1.2/Net/testsuite/src/MultipartWriterTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/MultipartWriterTest.h#1 $ // // Definition of the MultipartWriterTest class. // diff --git a/Net/testsuite/src/NameValueCollectionTest.cpp b/Net/testsuite/src/NameValueCollectionTest.cpp index fd592b9d9..f4143bc13 100644 --- a/Net/testsuite/src/NameValueCollectionTest.cpp +++ b/Net/testsuite/src/NameValueCollectionTest.cpp @@ -1,7 +1,7 @@ // // NameValueCollectionTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/NameValueCollectionTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NameValueCollectionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NameValueCollectionTest.h b/Net/testsuite/src/NameValueCollectionTest.h index 637275c06..ca2a95179 100644 --- a/Net/testsuite/src/NameValueCollectionTest.h +++ b/Net/testsuite/src/NameValueCollectionTest.h @@ -1,7 +1,7 @@ // // NameValueCollectionTest.h // -// $Id: //poco/1.2/Net/testsuite/src/NameValueCollectionTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NameValueCollectionTest.h#1 $ // // Definition of the NameValueCollectionTest class. // diff --git a/Net/testsuite/src/NetCoreTestSuite.cpp b/Net/testsuite/src/NetCoreTestSuite.cpp index a224ffccc..0a386ab24 100644 --- a/Net/testsuite/src/NetCoreTestSuite.cpp +++ b/Net/testsuite/src/NetCoreTestSuite.cpp @@ -1,7 +1,7 @@ // // NetCoreTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/NetCoreTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NetCoreTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NetCoreTestSuite.h b/Net/testsuite/src/NetCoreTestSuite.h index 07aa795c5..7bdaf1f40 100644 --- a/Net/testsuite/src/NetCoreTestSuite.h +++ b/Net/testsuite/src/NetCoreTestSuite.h @@ -1,7 +1,7 @@ // // NetCoreTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/NetCoreTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NetCoreTestSuite.h#1 $ // // Definition of the NetCoreTestSuite class. // diff --git a/Net/testsuite/src/NetTestSuite.cpp b/Net/testsuite/src/NetTestSuite.cpp index c7bd64897..2d3f01d42 100644 --- a/Net/testsuite/src/NetTestSuite.cpp +++ b/Net/testsuite/src/NetTestSuite.cpp @@ -1,7 +1,7 @@ // // NetTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/NetTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NetTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NetTestSuite.h b/Net/testsuite/src/NetTestSuite.h index c6ec58321..674ebd9d0 100644 --- a/Net/testsuite/src/NetTestSuite.h +++ b/Net/testsuite/src/NetTestSuite.h @@ -1,7 +1,7 @@ // // NetTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/NetTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NetTestSuite.h#1 $ // // Definition of the NetTestSuite class. // diff --git a/Net/testsuite/src/NetworkInterfaceTest.cpp b/Net/testsuite/src/NetworkInterfaceTest.cpp index a7a243047..17fe718a0 100644 --- a/Net/testsuite/src/NetworkInterfaceTest.cpp +++ b/Net/testsuite/src/NetworkInterfaceTest.cpp @@ -1,7 +1,7 @@ // // NetworkInterfaceTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/NetworkInterfaceTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NetworkInterfaceTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NetworkInterfaceTest.h b/Net/testsuite/src/NetworkInterfaceTest.h index 26d9ad568..a3284254e 100644 --- a/Net/testsuite/src/NetworkInterfaceTest.h +++ b/Net/testsuite/src/NetworkInterfaceTest.h @@ -1,7 +1,7 @@ // // NetworkInterfaceTest.h // -// $Id: //poco/1.2/Net/testsuite/src/NetworkInterfaceTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/NetworkInterfaceTest.h#1 $ // // Definition of the NetworkInterfaceTest class. // diff --git a/Net/testsuite/src/POP3ClientSessionTest.cpp b/Net/testsuite/src/POP3ClientSessionTest.cpp index a90d95bc3..58ce97578 100644 --- a/Net/testsuite/src/POP3ClientSessionTest.cpp +++ b/Net/testsuite/src/POP3ClientSessionTest.cpp @@ -1,7 +1,7 @@ // // POP3ClientSessionTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/POP3ClientSessionTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/POP3ClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/POP3ClientSessionTest.h b/Net/testsuite/src/POP3ClientSessionTest.h index 2693a46d1..d7a1f2c43 100644 --- a/Net/testsuite/src/POP3ClientSessionTest.h +++ b/Net/testsuite/src/POP3ClientSessionTest.h @@ -1,7 +1,7 @@ // // POP3ClientSessionTest.h // -// $Id: //poco/1.2/Net/testsuite/src/POP3ClientSessionTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/POP3ClientSessionTest.h#1 $ // // Definition of the POP3ClientSessionTest class. // diff --git a/Net/testsuite/src/QuotedPrintableTest.cpp b/Net/testsuite/src/QuotedPrintableTest.cpp index 56c7611d2..f2045ae19 100644 --- a/Net/testsuite/src/QuotedPrintableTest.cpp +++ b/Net/testsuite/src/QuotedPrintableTest.cpp @@ -1,7 +1,7 @@ // // QuotedPrintableTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/QuotedPrintableTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/QuotedPrintableTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/QuotedPrintableTest.h b/Net/testsuite/src/QuotedPrintableTest.h index 92594018b..a4038482f 100644 --- a/Net/testsuite/src/QuotedPrintableTest.h +++ b/Net/testsuite/src/QuotedPrintableTest.h @@ -1,7 +1,7 @@ // // QuotedPrintableTest.h // -// $Id: //poco/1.2/Net/testsuite/src/QuotedPrintableTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/QuotedPrintableTest.h#1 $ // // Definition of the QuotedPrintableTest class. // diff --git a/Net/testsuite/src/RawSocketTest.cpp b/Net/testsuite/src/RawSocketTest.cpp index 96cb2e0c0..efd1f8acd 100644 --- a/Net/testsuite/src/RawSocketTest.cpp +++ b/Net/testsuite/src/RawSocketTest.cpp @@ -1,7 +1,7 @@ // // RawSocketTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/RawSocketTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/RawSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/RawSocketTest.h b/Net/testsuite/src/RawSocketTest.h index 26a04ef72..341584d97 100644 --- a/Net/testsuite/src/RawSocketTest.h +++ b/Net/testsuite/src/RawSocketTest.h @@ -1,7 +1,7 @@ // // RawSocketTest.h // -// $Id: //poco/1.2/Net/testsuite/src/RawSocketTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/RawSocketTest.h#1 $ // // Definition of the RawSocketTest class. // diff --git a/Net/testsuite/src/ReactorTestSuite.cpp b/Net/testsuite/src/ReactorTestSuite.cpp index 232eab1b7..4b1eb9b43 100644 --- a/Net/testsuite/src/ReactorTestSuite.cpp +++ b/Net/testsuite/src/ReactorTestSuite.cpp @@ -1,7 +1,7 @@ // // ReactorTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/ReactorTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ReactorTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ReactorTestSuite.h b/Net/testsuite/src/ReactorTestSuite.h index d2d9d0234..a4b6738c9 100644 --- a/Net/testsuite/src/ReactorTestSuite.h +++ b/Net/testsuite/src/ReactorTestSuite.h @@ -1,7 +1,7 @@ // // ReactorTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/ReactorTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/ReactorTestSuite.h#1 $ // // Definition of the ReactorTestSuite class. // diff --git a/Net/testsuite/src/SMTPClientSessionTest.cpp b/Net/testsuite/src/SMTPClientSessionTest.cpp index e0da145d4..7a9e2ae54 100644 --- a/Net/testsuite/src/SMTPClientSessionTest.cpp +++ b/Net/testsuite/src/SMTPClientSessionTest.cpp @@ -1,7 +1,7 @@ // // SMTPClientSessionTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/SMTPClientSessionTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SMTPClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SMTPClientSessionTest.h b/Net/testsuite/src/SMTPClientSessionTest.h index 865130825..7e97a9c59 100644 --- a/Net/testsuite/src/SMTPClientSessionTest.h +++ b/Net/testsuite/src/SMTPClientSessionTest.h @@ -1,7 +1,7 @@ // // SMTPClientSessionTest.h // -// $Id: //poco/1.2/Net/testsuite/src/SMTPClientSessionTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SMTPClientSessionTest.h#1 $ // // Definition of the SMTPClientSessionTest class. // diff --git a/Net/testsuite/src/SocketAddressTest.cpp b/Net/testsuite/src/SocketAddressTest.cpp index 11d9440c0..be1256748 100644 --- a/Net/testsuite/src/SocketAddressTest.cpp +++ b/Net/testsuite/src/SocketAddressTest.cpp @@ -1,7 +1,7 @@ // // SocketAddressTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/SocketAddressTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketAddressTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketAddressTest.h b/Net/testsuite/src/SocketAddressTest.h index b0fbba23e..a56bff0b4 100644 --- a/Net/testsuite/src/SocketAddressTest.h +++ b/Net/testsuite/src/SocketAddressTest.h @@ -1,7 +1,7 @@ // // SocketAddressTest.h // -// $Id: //poco/1.2/Net/testsuite/src/SocketAddressTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketAddressTest.h#1 $ // // Definition of the SocketAddressTest class. // diff --git a/Net/testsuite/src/SocketReactorTest.cpp b/Net/testsuite/src/SocketReactorTest.cpp index 330b0404d..bf9a2646d 100644 --- a/Net/testsuite/src/SocketReactorTest.cpp +++ b/Net/testsuite/src/SocketReactorTest.cpp @@ -1,7 +1,7 @@ // // SocketReactorTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/SocketReactorTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketReactorTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketReactorTest.h b/Net/testsuite/src/SocketReactorTest.h index 252ddfefc..96a06339b 100644 --- a/Net/testsuite/src/SocketReactorTest.h +++ b/Net/testsuite/src/SocketReactorTest.h @@ -1,7 +1,7 @@ // // SocketReactorTest.h // -// $Id: //poco/1.2/Net/testsuite/src/SocketReactorTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketReactorTest.h#1 $ // // Definition of the SocketReactorTest class. // diff --git a/Net/testsuite/src/SocketStreamTest.cpp b/Net/testsuite/src/SocketStreamTest.cpp index 33cfc5dba..281ad52f9 100644 --- a/Net/testsuite/src/SocketStreamTest.cpp +++ b/Net/testsuite/src/SocketStreamTest.cpp @@ -1,7 +1,7 @@ // // SocketStreamTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/SocketStreamTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketStreamTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketStreamTest.h b/Net/testsuite/src/SocketStreamTest.h index 9b0820e70..527c45fa6 100644 --- a/Net/testsuite/src/SocketStreamTest.h +++ b/Net/testsuite/src/SocketStreamTest.h @@ -1,7 +1,7 @@ // // SocketStreamTest.h // -// $Id: //poco/1.2/Net/testsuite/src/SocketStreamTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketStreamTest.h#1 $ // // Definition of the SocketStreamTest class. // diff --git a/Net/testsuite/src/SocketTest.cpp b/Net/testsuite/src/SocketTest.cpp index bcfabf342..09cf28062 100644 --- a/Net/testsuite/src/SocketTest.cpp +++ b/Net/testsuite/src/SocketTest.cpp @@ -1,7 +1,7 @@ // // SocketTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/SocketTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketTest.h b/Net/testsuite/src/SocketTest.h index 9093105a1..65df31866 100644 --- a/Net/testsuite/src/SocketTest.h +++ b/Net/testsuite/src/SocketTest.h @@ -1,7 +1,7 @@ // // SocketTest.h // -// $Id: //poco/1.2/Net/testsuite/src/SocketTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketTest.h#1 $ // // Definition of the SocketTest class. // diff --git a/Net/testsuite/src/SocketsTestSuite.cpp b/Net/testsuite/src/SocketsTestSuite.cpp index aae5fe64d..e9b799233 100644 --- a/Net/testsuite/src/SocketsTestSuite.cpp +++ b/Net/testsuite/src/SocketsTestSuite.cpp @@ -1,7 +1,7 @@ // // SocketsTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/SocketsTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketsTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketsTestSuite.h b/Net/testsuite/src/SocketsTestSuite.h index c5da451b8..14d7d3e6c 100644 --- a/Net/testsuite/src/SocketsTestSuite.h +++ b/Net/testsuite/src/SocketsTestSuite.h @@ -1,7 +1,7 @@ // // SocketsTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/SocketsTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/SocketsTestSuite.h#1 $ // // Definition of the SocketsTestSuite class. // diff --git a/Net/testsuite/src/TCPServerTest.cpp b/Net/testsuite/src/TCPServerTest.cpp index f81646e84..3dddc7b79 100644 --- a/Net/testsuite/src/TCPServerTest.cpp +++ b/Net/testsuite/src/TCPServerTest.cpp @@ -1,7 +1,7 @@ // // TCPServerTest.cpp // -// $Id: //poco/1.2/Net/testsuite/src/TCPServerTest.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/TCPServerTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/TCPServerTest.h b/Net/testsuite/src/TCPServerTest.h index 00d8d5bd5..9f879e00d 100644 --- a/Net/testsuite/src/TCPServerTest.h +++ b/Net/testsuite/src/TCPServerTest.h @@ -1,7 +1,7 @@ // // TCPServerTest.h // -// $Id: //poco/1.2/Net/testsuite/src/TCPServerTest.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/TCPServerTest.h#1 $ // // Definition of the TCPServerTest class. // diff --git a/Net/testsuite/src/TCPServerTestSuite.cpp b/Net/testsuite/src/TCPServerTestSuite.cpp index 11cbc2ce4..8d9b16963 100644 --- a/Net/testsuite/src/TCPServerTestSuite.cpp +++ b/Net/testsuite/src/TCPServerTestSuite.cpp @@ -1,7 +1,7 @@ // // TCPServerTestSuite.cpp // -// $Id: //poco/1.2/Net/testsuite/src/TCPServerTestSuite.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/TCPServerTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/TCPServerTestSuite.h b/Net/testsuite/src/TCPServerTestSuite.h index df2b212ab..a432c2a7f 100644 --- a/Net/testsuite/src/TCPServerTestSuite.h +++ b/Net/testsuite/src/TCPServerTestSuite.h @@ -1,7 +1,7 @@ // // TCPServerTestSuite.h // -// $Id: //poco/1.2/Net/testsuite/src/TCPServerTestSuite.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/TCPServerTestSuite.h#1 $ // // Definition of the TCPServerTestSuite class. // diff --git a/Net/testsuite/src/UDPEchoServer.cpp b/Net/testsuite/src/UDPEchoServer.cpp index cf279b93d..afb0df509 100644 --- a/Net/testsuite/src/UDPEchoServer.cpp +++ b/Net/testsuite/src/UDPEchoServer.cpp @@ -1,7 +1,7 @@ // // UDPEchoServer.cpp // -// $Id: //poco/1.2/Net/testsuite/src/UDPEchoServer.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/UDPEchoServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/UDPEchoServer.h b/Net/testsuite/src/UDPEchoServer.h index 0b9219267..14a16b310 100644 --- a/Net/testsuite/src/UDPEchoServer.h +++ b/Net/testsuite/src/UDPEchoServer.h @@ -1,7 +1,7 @@ // // UDPEchoServer.h // -// $Id: //poco/1.2/Net/testsuite/src/UDPEchoServer.h#1 $ +// $Id: //poco/1.3/Net/testsuite/src/UDPEchoServer.h#1 $ // // Definition of the UDPEchoServer class. // diff --git a/Net/testsuite/src/WinDriver.cpp b/Net/testsuite/src/WinDriver.cpp index 782b38d96..18443d8f3 100644 --- a/Net/testsuite/src/WinDriver.cpp +++ b/Net/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.2/Net/testsuite/src/WinDriver.cpp#1 $ +// $Id: //poco/1.3/Net/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco Net. //