latest changes from main rep

This commit is contained in:
Guenter Obiltschnig
2007-05-04 11:06:33 +00:00
parent 18dfc99ef4
commit ed4789b844
19 changed files with 113 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
//
// HTMLForm.cpp
//
// $Id: //poco/Main/Net/src/HTMLForm.cpp#16 $
// $Id: //poco/Main/Net/src/HTMLForm.cpp#17 $
//
// Library: Net
// Package: HTML
@@ -48,7 +48,7 @@
#include "Poco/URI.h"
#include "Poco/String.h"
#include <sstream>
#include <ctype.h>
#include <cctype>
using Poco::NullInputStream;