integrated latest changes from main repository

This commit is contained in:
Guenter Obiltschnig
2007-05-01 09:35:46 +00:00
parent a18bc8939f
commit 0fc23174be
5 changed files with 108 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
//
// HTTPServerRequest.h
//
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerRequest.h#5 $
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerRequest.h#6 $
//
// Library: Net
// Package: HTTPServer
@@ -56,7 +56,7 @@ class HTTPServerParams;
class Net_API HTTPServerRequest: public HTTPRequest
/// This abstract HTTPServerRequest of HTTPRequest is used for
/// This abstract subclass of HTTPRequest is used for
/// representing server-side HTTP requests.
///
/// A HTTPServerRequest is passed to the

View File

@@ -1,7 +1,7 @@
//
// ICMPv4PacketImpl.h
//
// $Id: //poco/Main/Net/include/Poco/Net/ICMPv4PacketImpl.h#2 $
// $Id: //poco/Main/Net/include/Poco/Net/ICMPv4PacketImpl.h#3 $
//
// Library: Net
// Package: ICMP
@@ -77,12 +77,12 @@ public:
REDIRECT,
ICMP_6,
ICMP_7,
ECHO,
ECHO_REQUEST,
ICMP_9,
ICMP_10,
TIME_EXCEEDED,
PARAMETER_PROBLEM,
TIMESTAMP,
TIMESTAMP_REQUEST,
TIMESTAMP_REPLY,
INFORMATION_REQUEST,
INFORMATION_REPLY,