changes from main repository

This commit is contained in:
Guenter Obiltschnig
2007-02-27 08:56:44 +00:00
parent 52166593b8
commit dfe559af3b
166 changed files with 169 additions and 167 deletions

View File

@@ -1,7 +1,7 @@
// //
// Path.cpp // Path.cpp
// //
// $Id: //poco/Main/Foundation/src/Path.cpp#19 $ // $Id: //poco/Main/Foundation/src/Path.cpp#20 $
// //
// Library: Foundation // Library: Foundation
// Package: Filesystem // Package: Filesystem
@@ -38,8 +38,10 @@
#include "Poco/File.h" #include "Poco/File.h"
#include "Poco/Exception.h" #include "Poco/Exception.h"
#include "Poco/StringTokenizer.h" #include "Poco/StringTokenizer.h"
#if defined(_WIN32) && defined(POCO_WIN32_UTF8)
#include "Poco/UnicodeConverter.h" #include "Poco/UnicodeConverter.h"
#include "Poco/Buffer.h" #include "Poco/Buffer.h"
#endif
#include <algorithm> #include <algorithm>

View File

@@ -1,7 +1,7 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/Foundation/testsuite/Makefile-Driver#27 $ # $Id: //poco/Main/Foundation/testsuite/Makefile-Driver#28 $
# #
# Makefile for Poco Foundation testsuite # Makefile for Poco Foundation testsuite
# #
@@ -36,7 +36,8 @@ objects = ActiveMethodTest ActivityTest ActiveDispatcherTest \
LRUCacheTest ExpireCacheTest ExpireLRUCacheTest CacheTestSuite AnyTest FormatTest \ LRUCacheTest ExpireCacheTest ExpireLRUCacheTest CacheTestSuite AnyTest FormatTest \
HashingTestSuite HashTableTest SimpleHashTableTest LinearHashTableTest \ HashingTestSuite HashTableTest SimpleHashTableTest LinearHashTableTest \
HashSetTest HashMapTest \ HashSetTest HashMapTest \
UniqueExpireCacheTest UniqueExpireLRUCacheTest TuplesTest UniqueExpireCacheTest UniqueExpireLRUCacheTest \
TuplesTest TypeListTest
target = testrunner target = testrunner
target_version = 1 target_version = 1

View File

@@ -1000,7 +1000,6 @@ Foundation/testsuite/TestSuite_vs80.vcproj
libversion libversion
LICENSE LICENSE
Makefile Makefile
MANIFEST
Net Net
Net/include Net/include
Net/include/Poco Net/include/Poco

View File

@@ -1,7 +1,7 @@
// //
// DNS.h // DNS.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/DNS.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/DNS.h#2 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// DatagramSocket.h // DatagramSocket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/DatagramSocket.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// DatagramSocketImpl.h // DatagramSocketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/DatagramSocketImpl.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// DialogSocket.h // DialogSocket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/DialogSocket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/DialogSocket.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// FTPClientSession.h // FTPClientSession.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/FTPClientSession.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/FTPClientSession.h#2 $
// //
// Library: Net // Library: Net
// Package: FTP // Package: FTP

View File

@@ -1,7 +1,7 @@
// //
// FTPStreamFactory.h // FTPStreamFactory.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/FTPStreamFactory.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/FTPStreamFactory.h#2 $
// //
// Library: Net // Library: Net
// Package: FTP // Package: FTP

View File

@@ -1,7 +1,7 @@
// //
// FilePartSource.h // FilePartSource.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/FilePartSource.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/FilePartSource.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// HTMLForm.h // HTMLForm.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTMLForm.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTMLForm.h#2 $
// //
// Library: Net // Library: Net
// Package: HTML // Package: HTML

View File

@@ -1,7 +1,7 @@
// //
// HTTPBasicCredentials.h // HTTPBasicCredentials.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPBasicCredentials.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPBasicCredentials.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPChunkedStream.h // HTTPChunkedStream.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPChunkedStream.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPChunkedStream.h#3 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPClientSession.h // HTTPClientSession.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPClientSession.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPClientSession.h#3 $
// //
// Library: Net // Library: Net
// Package: HTTPClient // Package: HTTPClient

View File

@@ -1,7 +1,7 @@
// //
// HTTPCookie.h // HTTPCookie.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPCookie.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPCookie.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPFixedLengthStream.h // HTTPFixedLengthStream.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPFixedLengthStream.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPFixedLengthStream.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPHeaderStream.h // HTTPHeaderStream.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPHeaderStream.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPHeaderStream.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPMessage.h // HTTPMessage.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPMessage.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPMessage.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPRequest.h // HTTPRequest.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequest.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPRequest.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPRequestHandler.h // HTTPRequestHandler.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandler.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPRequestHandler.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPRequestHandlerFactory.h // HTTPRequestHandlerFactory.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPResponse.h // HTTPResponse.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPResponse.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPResponse.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPServer.h // HTTPServer.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServer.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPServer.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPServerConnection.h // HTTPServerConnection.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnection.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPServerConnection.h#3 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPServerConnectionFactory.h // HTTPServerConnectionFactory.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnectionFactory.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPServerConnectionFactory.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPServerParams.h // HTTPServerParams.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerParams.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPServerParams.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPServerRequest.h // HTTPServerRequest.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerRequest.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPServerRequest.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPServerResponse.h // HTTPServerResponse.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerResponse.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPServerResponse.h#3 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPServerSession.h // HTTPServerSession.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerSession.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPServerSession.h#4 $
// //
// Library: Net // Library: Net
// Package: HTTPServer // Package: HTTPServer

View File

@@ -1,7 +1,7 @@
// //
// HTTPSession.h // HTTPSession.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSession.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPSession.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPSessionFactory.h // HTTPSessionFactory.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionFactory.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPSessionFactory.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPClient // Package: HTTPClient

View File

@@ -1,7 +1,7 @@
// //
// HTTPSessionInstantiator.h // HTTPSessionInstantiator.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionInstantiator.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPSessionInstantiator.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTPClient // Package: HTTPClient

View File

@@ -1,7 +1,7 @@
// //
// HTTPStream.h // HTTPStream.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStream.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPStream.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPStreamFactory.h // HTTPStreamFactory.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStreamFactory.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HTTPStreamFactory.h#2 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HostEntry.h // HostEntry.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/HostEntry.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/HostEntry.h#2 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// ICMPClient.h // ICMPClient.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPClient.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ICMPClient.h#2 $
// //
// Library: Net // Library: Net
// Package: ICMP // Package: ICMP

View File

@@ -1,7 +1,7 @@
// //
// ICMPEventArgs.h // ICMPEventArgs.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPEventArgs.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ICMPEventArgs.h#2 $
// //
// Library: Net // Library: Net
// Package: ICMP // Package: ICMP

View File

@@ -1,7 +1,7 @@
// //
// ICMPPacket.h // ICMPPacket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ICMPPacket.h#2 $
// //
// Library: Net // Library: Net
// Package: ICMP // Package: ICMP

View File

@@ -1,7 +1,7 @@
// //
// ICMPPacketImpl.h // ICMPPacketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ICMPPacketImpl.h#3 $
// //
// Library: Net // Library: Net
// Package: ICMP // Package: ICMP

View File

@@ -1,7 +1,7 @@
// //
// ICMPSocket.h // ICMPSocket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ICMPSocket.h#2 $
// //
// Library: Net // Library: Net
// Package: ICMP // Package: ICMP

View File

@@ -1,7 +1,7 @@
// //
// ICMPSocketImpl.h // ICMPSocketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ICMPSocketImpl.h#2 $
// //
// Library: Net // Library: Net
// Package: ICMP // Package: ICMP

View File

@@ -1,7 +1,7 @@
// //
// ICMPv4PacketImpl.h // ICMPv4PacketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPv4PacketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ICMPv4PacketImpl.h#2 $
// //
// Library: Net // Library: Net
// Package: ICMP // Package: ICMP

View File

@@ -1,7 +1,7 @@
// //
// IPAddress.h // IPAddress.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/IPAddress.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/IPAddress.h#2 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// MailMessage.h // MailMessage.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MailMessage.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/MailMessage.h#3 $
// //
// Library: Net // Library: Net
// Package: Mail // Package: Mail

View File

@@ -1,7 +1,7 @@
// //
// MailRecipient.h // MailRecipient.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MailRecipient.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/MailRecipient.h#2 $
// //
// Library: Net // Library: Net
// Package: Mail // Package: Mail

View File

@@ -1,7 +1,7 @@
// //
// MailStream.h // MailStream.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MailStream.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/MailStream.h#2 $
// //
// Library: Net // Library: Net
// Package: Mail // Package: Mail

View File

@@ -1,7 +1,7 @@
// //
// MediaType.h // MediaType.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MediaType.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/MediaType.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// MessageHeader.h // MessageHeader.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MessageHeader.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/MessageHeader.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// MulticastSocket.h // MulticastSocket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MulticastSocket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/MulticastSocket.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// MultipartReader.h // MultipartReader.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MultipartReader.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/MultipartReader.h#5 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// MultipartWriter.h // MultipartWriter.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/MultipartWriter.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/MultipartWriter.h#3 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// NameValueCollection.h // NameValueCollection.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/NameValueCollection.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/NameValueCollection.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// Net.h // Net.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/Net.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/Net.h#2 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// NetException.h // NetException.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/NetException.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/NetException.h#3 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// NetworkInterface.h // NetworkInterface.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/NetworkInterface.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/NetworkInterface.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// NullPartHandler.h // NullPartHandler.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/NullPartHandler.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/NullPartHandler.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// POP3ClientSession.h // POP3ClientSession.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/POP3ClientSession.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/POP3ClientSession.h#2 $
// //
// Library: Net // Library: Net
// Package: Mail // Package: Mail

View File

@@ -1,7 +1,7 @@
// //
// PartHandler.h // PartHandler.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/PartHandler.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/PartHandler.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// PartSource.h // PartSource.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/PartSource.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/PartSource.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// QuotedPrintableDecoder.h // QuotedPrintableDecoder.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableDecoder.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/QuotedPrintableDecoder.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// QuotedPrintableEncoder.h // QuotedPrintableEncoder.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableEncoder.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/QuotedPrintableEncoder.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// RawSocket.h // RawSocket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/RawSocket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/RawSocket.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// RawSocketImpl.h // RawSocketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/RawSocketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/RawSocketImpl.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// RemoteSyslogChannel.h // RemoteSyslogChannel.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/RemoteSyslogChannel.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/RemoteSyslogChannel.h#2 $
// //
// Library: Net // Library: Net
// Package: Logging // Package: Logging

View File

@@ -1,7 +1,7 @@
// //
// SMTPClientSession.h // SMTPClientSession.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SMTPClientSession.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/SMTPClientSession.h#3 $
// //
// Library: Net // Library: Net
// Package: Mail // Package: Mail

View File

@@ -1,7 +1,7 @@
// //
// ServerSocket.h // ServerSocket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ServerSocket.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// ServerSocketImpl.h // ServerSocketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/ServerSocketImpl.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// Socket.h // Socket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/Socket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/Socket.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// SocketAcceptor.h // SocketAcceptor.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketAcceptor.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketAcceptor.h#2 $
// //
// Library: Net // Library: Net
// Package: Reactor // Package: Reactor

View File

@@ -1,7 +1,7 @@
// //
// SocketAddress.h // SocketAddress.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketAddress.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketAddress.h#2 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// SocketConnector.h // SocketConnector.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketConnector.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketConnector.h#2 $
// //
// Library: Net // Library: Net
// Package: Reactor // Package: Reactor

View File

@@ -1,7 +1,7 @@
// //
// SocketDefs.h // SocketDefs.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketDefs.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketDefs.h#2 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// SocketImpl.h // SocketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketImpl.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// SocketNotification.h // SocketNotification.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotification.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketNotification.h#2 $
// //
// Library: Net // Library: Net
// Package: Reactor // Package: Reactor

View File

@@ -1,7 +1,7 @@
// //
// SocketNotifier.h // SocketNotifier.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotifier.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketNotifier.h#2 $
// //
// Library: Net // Library: Net
// Package: Reactor // Package: Reactor

View File

@@ -1,7 +1,7 @@
// //
// SocketReactor.h // SocketReactor.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketReactor.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketReactor.h#3 $
// //
// Library: Net // Library: Net
// Package: Reactor // Package: Reactor

View File

@@ -1,7 +1,7 @@
// //
// SocketStream.h // SocketStream.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/SocketStream.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/SocketStream.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// StreamSocket.h // StreamSocket.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocket.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/StreamSocket.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// StreamSocketImpl.h // StreamSocketImpl.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocketImpl.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/StreamSocketImpl.h#2 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// StringPartSource.h // StringPartSource.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/StringPartSource.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/StringPartSource.h#2 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// TCPServer.h // TCPServer.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServer.h#2 $ // $Id: //poco/Main/Net/include/Poco/Net/TCPServer.h#3 $
// //
// Library: Net // Library: Net
// Package: TCPServer // Package: TCPServer

View File

@@ -1,7 +1,7 @@
// //
// TCPServerConnection.h // TCPServerConnection.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnection.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/TCPServerConnection.h#2 $
// //
// Library: Net // Library: Net
// Package: TCPServer // Package: TCPServer

View File

@@ -1,7 +1,7 @@
// //
// TCPServerConnectionFactory.h // TCPServerConnectionFactory.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnectionFactory.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/TCPServerConnectionFactory.h#2 $
// //
// Library: Net // Library: Net
// Package: TCPServer // Package: TCPServer

View File

@@ -1,7 +1,7 @@
// //
// TCPServerDispatcher.h // TCPServerDispatcher.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerDispatcher.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/TCPServerDispatcher.h#2 $
// //
// Library: Net // Library: Net
// Package: TCPServer // Package: TCPServer

View File

@@ -1,7 +1,7 @@
// //
// TCPServerParams.h // TCPServerParams.h
// //
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerParams.h#1 $ // $Id: //poco/Main/Net/include/Poco/Net/TCPServerParams.h#2 $
// //
// Library: Net // Library: Net
// Package: TCPServer // Package: TCPServer

View File

@@ -1,7 +1,7 @@
// //
// DNS.cpp // DNS.cpp
// //
// $Id: //poco/1.3/Net/src/DNS.cpp#1 $ // $Id: //poco/Main/Net/src/DNS.cpp#8 $
// //
// Library: Net // Library: Net
// Package: NetCore // Package: NetCore

View File

@@ -1,7 +1,7 @@
// //
// DatagramSocket.cpp // DatagramSocket.cpp
// //
// $Id: //poco/1.3/Net/src/DatagramSocket.cpp#1 $ // $Id: //poco/Main/Net/src/DatagramSocket.cpp#6 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// DatagramSocketImpl.cpp // DatagramSocketImpl.cpp
// //
// $Id: //poco/1.3/Net/src/DatagramSocketImpl.cpp#1 $ // $Id: //poco/Main/Net/src/DatagramSocketImpl.cpp#6 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// DialogSocket.cpp // DialogSocket.cpp
// //
// $Id: //poco/1.3/Net/src/DialogSocket.cpp#2 $ // $Id: //poco/Main/Net/src/DialogSocket.cpp#9 $
// //
// Library: Net // Library: Net
// Package: Sockets // Package: Sockets

View File

@@ -1,7 +1,7 @@
// //
// FTPClientSession.cpp // FTPClientSession.cpp
// //
// $Id: //poco/1.3/Net/src/FTPClientSession.cpp#1 $ // $Id: //poco/Main/Net/src/FTPClientSession.cpp#7 $
// //
// Library: Net // Library: Net
// Package: FTP // Package: FTP

View File

@@ -1,7 +1,7 @@
// //
// FTPStreamFactory.cpp // FTPStreamFactory.cpp
// //
// $Id: //poco/1.3/Net/src/FTPStreamFactory.cpp#1 $ // $Id: //poco/Main/Net/src/FTPStreamFactory.cpp#6 $
// //
// Library: Net // Library: Net
// Package: FTP // Package: FTP

View File

@@ -1,7 +1,7 @@
// //
// FilePartSource.cpp // FilePartSource.cpp
// //
// $Id: //poco/1.3/Net/src/FilePartSource.cpp#1 $ // $Id: //poco/Main/Net/src/FilePartSource.cpp#7 $
// //
// Library: Net // Library: Net
// Package: Messages // Package: Messages

View File

@@ -1,7 +1,7 @@
// //
// HTMLForm.cpp // HTMLForm.cpp
// //
// $Id: //poco/1.3/Net/src/HTMLForm.cpp#2 $ // $Id: //poco/Main/Net/src/HTMLForm.cpp#16 $
// //
// Library: Net // Library: Net
// Package: HTML // Package: HTML

View File

@@ -1,7 +1,7 @@
// //
// HTTPBasicCredentials.cpp // HTTPBasicCredentials.cpp
// //
// $Id: //poco/1.3/Net/src/HTTPBasicCredentials.cpp#1 $ // $Id: //poco/Main/Net/src/HTTPBasicCredentials.cpp#5 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPChunkedStream.cpp // HTTPChunkedStream.cpp
// //
// $Id: //poco/1.3/Net/src/HTTPChunkedStream.cpp#4 $ // $Id: //poco/Main/Net/src/HTTPChunkedStream.cpp#12 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPClientSession.cpp // HTTPClientSession.cpp
// //
// $Id: //poco/1.3/Net/src/HTTPClientSession.cpp#3 $ // $Id: //poco/Main/Net/src/HTTPClientSession.cpp#16 $
// //
// Library: Net // Library: Net
// Package: HTTPClient // Package: HTTPClient

View File

@@ -1,7 +1,7 @@
// //
// HTTPCookie.cpp // HTTPCookie.cpp
// //
// $Id: //poco/1.3/Net/src/HTTPCookie.cpp#2 $ // $Id: //poco/Main/Net/src/HTTPCookie.cpp#6 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPFixedLengthStream.cpp // HTTPFixedLengthStream.cpp
// //
// $Id: //poco/1.3/Net/src/HTTPFixedLengthStream.cpp#1 $ // $Id: //poco/Main/Net/src/HTTPFixedLengthStream.cpp#9 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPHeaderStream.cpp // HTTPHeaderStream.cpp
// //
// $Id: //poco/1.3/Net/src/HTTPHeaderStream.cpp#1 $ // $Id: //poco/Main/Net/src/HTTPHeaderStream.cpp#9 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

View File

@@ -1,7 +1,7 @@
// //
// HTTPMessage.cpp // HTTPMessage.cpp
// //
// $Id: //poco/1.3/Net/src/HTTPMessage.cpp#1 $ // $Id: //poco/Main/Net/src/HTTPMessage.cpp#7 $
// //
// Library: Net // Library: Net
// Package: HTTP // Package: HTTP

Some files were not shown because too many files have changed in this diff Show More